DictionaryBaseTKey, TValueRemove Method (TKey) |
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
Parameters
- key
- Type: TKey
The key of the element to remove.
Return Value
Type:
Booleantrue if the element is successfully removed; otherwise, false. This method also returns false if
key was not found in the original
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueRemove(TKey)
Exceptions
See Also