UINamedObservableCollection<TItem, TCollection> - свойства |
Универсальный тип UINamedObservableCollection<TItem, TCollection> предоставляет следующие члены.
Имя | Описание | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection<T>. (Унаследован от Collection<TItem>.) | |
Item[String] | Возвращает объект, содержащийся в коллекции по заданному имени. (Унаследован от NamedObservableCollection<TItem, TCollection>.) | |
Item[Int32] | Gets or sets the element at the specified index. (Унаследован от Collection<TItem>.) | |
Items | Gets a IList<T> wrapper around the Collection<T>. (Унаследован от Collection<TItem>.) |