Habanero.Faces.Win.ComboBoxWin.ComboBoxObjectCollectionWin.Remove C# (CSharp) Метод

Remove() публичный Метод

Removes the specified item from the ComboBox
public Remove ( object item ) : void
item object The System.Object to remove from the list
Результат void
            public void Remove(object item)
            {
                _items.Remove(item);
            }