public bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
public:
virtual bool Remove(
TKey key
) sealed
abstract Remove :
key : 'TKey -> bool
override Remove :
key : 'TKey -> bool
If the AllowNullDictionaryTKey, TValue does not contain an element with the specified key, the dictionary remains unchanged. No exception is thrown.
This method approaches an O(1) operation.