System::Collections::Generic::SortedList::IndexOfValue メソッド
SortedList::IndexOfValue method
特定の値を検索します。
int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
| パラメーター | 型 | 説明 |
|---|---|---|
| value | TValue | 検索する値。 |
ReturnValue
指定された値の最初の出現位置、見つからない場合は -1 を返します。
参照
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++