System::Collections::Generic::IDictionary::Remove method

IDictionary::Remove method

कुंजी को कंटेनर से हटाता है।

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
पैरामीटरप्रकारविवरण
कुंजीconst TKey&हटाने के लिए कुंजी।

ReturnValue

यदि कुंजी मिली और हटाई गई तो true, अन्यथा false।

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