Habanero.Faces.Win.ListBoxWin.ListBoxSelectedObjectCollectionWin.Add C# (CSharp) Метод

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

Adds an item to the list of selected items for a ListBox
public Add ( object item ) : void
item object An object representing the item to add /// to the collection of selected items
Результат void
            public void Add(object item)
            {
                _items.Add(item);
            }