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

SortedList::IndexOfValue method

特定の値を検索します。

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
パラメーター説明
valueTValue検索する値。

ReturnValue

指定された値の最初の出現位置、見つからない場合は -1 を返します。

参照