You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code of the Clear function is below, it need to add the line of code with Count = 0
public void Clear()
{
if (root != null)
RemoveChildNodes(root);
}