System::Collections::ObjectModel::KeyedCollection::idx_get method
KeyedCollection::idx_get method
Gets item at specific index.
TItem System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::idx_get(TKey key)
Parameter | Type | Description |
---|---|---|
key | TKey | Key to look for. |
ReturnValue
Copy of keyed value.
See Also
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.PUB for C++