CommandCollection - свойства |
Тип CommandCollection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | Comparer | Gets the generic equality comparer that is used to determine equality of keys in the collection. (Унаследован от KeyedCollection<String, Command>.) |
![]() | Count | Gets the number of elements actually contained in the Collection<T>. (Унаследован от Collection<Command>.) |
![]() | Dictionary | Gets the lookup dictionary of the KeyedCollection<TKey, TItem>. (Унаследован от KeyedCollection<String, Command>.) |
![]() | Item[TKey] | Gets the element with the specified key. (Унаследован от KeyedCollection<String, Command>.) |
![]() | Item[Int32] | Gets or sets the element at the specified index. (Унаследован от Collection<Command>.) |
![]() | Items | Gets a IList<T> wrapper around the Collection<T>. (Унаследован от Collection<Command>.) |