System::Collections::Generic::SortedList::IndexOfValue मेथड

SortedList::IndexOfValue method

विशिष्ट मान की तलाश करता है।

int System::Collections::Generic::SortedList<TKey, TValue>::IndexOfValue(TValue value) const
पैरामीटरप्रकारविवरण
मानTValueखोजने के लिए मान।

ReturnValue

निर्दिष्ट मान की पहली उपस्थिति का इंडेक्स, या यदि नहीं मिला तो -1।

संबंधित देखें