 | ISharedDictionaryTKey, TValueRemove Method |
Namespace:
EBP.Framework.Common.Interfaces.Shared
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
SyntaxFunction 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.
Exceptions
See Also