ReadOnlyDictionaryBaseTKey, TValueRemove Method |
Removes a key from the dictionary. Always throws an exception
indicating that this method is not supported in a read-only dictionary.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual bool Remove(
TKey key
)
public:
virtual bool Remove(
TKey key
)
Parameters
- key
- Type: TKey
Key to remove from the dictionary.
Return Value
Type:
BooleanTrue if the key was found, false otherwise.
Implements
IDictionaryTKey, TValueRemove(TKey)
Exceptions
See Also