System::Collections::Generic::SortedList::IndexOfKey メソッド
SortedList::IndexOfKey method
特定のキーを検索します。
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfKey(TKey key) const
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | TKey | 検索するキー。 |
ReturnValue
指定されたキーのインデックス、見つからない場合は -1 を返します。
参照
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++