ConcurrentDictionaryExTKey, TValueTryRemove Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool TryRemove(
TKey key
)
Public Function TryRemove (
key As TKey
) As Boolean
public:
bool TryRemove(
TKey key
)
member TryRemove :
key : 'TKey -> bool
Parameters
- key
- Type: TKey
Return Value
Type:
BooleanSee Also