Click or drag to resize
BiConcurrentDictionaryTKey1, TKey2TryAdd Method

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

Parameters

key1
Type: TKey1
key2
Type: TKey2

Return Value

Type: Boolean
See Also