IndexOfKey()
SortedList::IndexOfKey(TKey) const method
Looks for specific key.
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfKey(TKey key) const
Arguments
Parameter | Type | Description |
---|---|---|
key | TKey | Key to look for. |
Return Value
index of specified key or -1 if not found.
See Also
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Slides