Click or drag to resize
BiConcurrentDictionaryTKey1, TKey2TryRemove Method (TKey2, TKey1)

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool TryRemove(
	TKey2 key2,
	out TKey1 key1
)

Parameters

key2
Type: TKey2
key1
Type: TKey1

Return Value

Type: Boolean
See Also