Habanero.Faces.Win.ListBoxWin.ListBoxObjectCollectionWin.Clear C# (CSharp) Method

Clear() public method

Removes all items from the collection
public Clear ( ) : void
return void
            public void Clear()
            {
                _items.Clear();
            }
            /// <summary>