Method Remove
Remove(Object)
Removes the mapping for a key from this weak hash map if it is present.
Returns the value to which this map previously associated the key,
or null
if the map contained no mapping for the key.
A return value of null
does not necessarily indicate that
the map contained.
Declaration
public bool Remove(object key)
Parameters
Type | Name | Description |
---|---|---|
System.Object | key |
Returns
Type | Description |
---|---|
System.Boolean |