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

SortedList::IndexOfKey method

विशिष्ट कुंजी की तलाश करता है।

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

ReturnValue

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

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