ObservableCollectionLookupTKey, TItem, TCollection - свойства |
Универсальный тип ObservableCollectionLookupTKey, TItem, TCollection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
Count | Gets the number of elements actually contained in the CollectionT. (Унаследован от CollectionTItem.) | |
ItemInt32 | Gets or sets the element at the specified index. (Унаследован от CollectionTItem.) | |
ItemTKey |
Получает одно из значений, доступных по заданному ключу, которое гарантированно не равно null.
При отсутствии таких значений выбрасывает исключение [System.Collections.Generic.KeyNotFoundException].
| |
Items | Gets a IListT wrapper around the CollectionT. (Унаследован от CollectionTItem.) |