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