MultiDictionaryTKey, TValueRemove Method (TKey) |
Removes a key and all associated values from the dictionary. If the
key is not present in the dictionary, it is unchanged and false is returned.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override sealed bool Remove(
TKey key
)
public:
virtual bool Remove(
TKey key
) override sealed
Parameters
- key
- Type: TKey
The key to remove.
Return Value
Type:
BooleanTrue if the key was present and was removed. Returns
false if the key was not present.
Implements
IDictionaryTKey, TValueRemove(TKey)
See Also