System::Collections::Generic::SortedList::IndexOfKey メソッド

SortedList::IndexOfKey method

特定のキーを検索します。

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfKey(TKey key) const
パラメーター説明
キーTKey検索するキー。

ReturnValue

指定されたキーのインデックス、見つからない場合は -1 を返します。

参照