public bool Remove(
string key
)Public Function Remove (
key As String
) As Booleanpublic:
virtual bool Remove(
String^ key
) sealedabstract Remove :
key : string -> bool
override Remove :
key : string -> bool If the StringKeyedDictionaryTValue does not contain an element with the specified key, the dictionary remains unchanged. No exception is thrown.
This method approaches an O(1) operation.
| ArgumentNullException | key is . |