public bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
) sealed
abstract 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 . |