LanguageSpecificStringDictionary.IDictionary.Remove(Object) Method
Definition
For a description of this member, see Remove(Object).
virtual void System.Collections.IDictionary.Remove(System::Object ^ key) = System::Collections::IDictionary::Remove;
void IDictionary.Remove (object key);
Sub Remove (key As Object) Implements IDictionary.Remove
Parameters
- key
- Object
The Object to remove from the LanguageSpecificStringDictionary.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the LanguageSpecificStringDictionary instance is cast to an IDictionary interface.