Habanero.Faces.Win.TreeViewWin.TreeNodeCollectionWin.Clear C# (CSharp) Method

Clear() public method

Removes all items from the T:System.Collections.IList.
The is read-only.
public Clear ( ) : void
return void
            public void Clear()
            {
                _nodes.Clear();
            }