IObservableCollectionLookupTKey, TItem, TCollection - свойства |
Универсальный тип IObservableCollectionLookupTKey, TItem, TCollection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
Count | Gets the number of elements contained in the ICollectionT. (Унаследован от ICollectionTItem.) | |
IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Унаследован от ICollectionTItem.) | |
ItemTKey |
Получает одно из значений, доступных по заданному ключу, которое гарантированно не равно null.
При отсутствии таких значений выбрасывает исключение [System.Collections.Generic.KeyNotFoundException].
(Унаследован от ILookupContainerTKey, TValue.) | |
ItemInt32 | Gets or sets the element at the specified index. (Унаследован от IListTItem.) |