BiConcurrentDictionaryTKey1, TKey2ContainsKey2 Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool ContainsKey2(
TKey2 key2
)
Public Function ContainsKey2 (
key2 As TKey2
) As Boolean
public:
bool ContainsKey2(
TKey2 key2
)
member ContainsKey2 :
key2 : 'TKey2 -> bool
Parameters
- key2
- Type: TKey2
Return Value
Type:
BooleanSee Also