BiConcurrentDictionaryTKey1, TKey2TryGet Method (TKey1, TKey2) |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool TryGet(
TKey1 key1,
out TKey2 key2
)
Public Function TryGet (
key1 As TKey1,
<OutAttribute> ByRef key2 As TKey2
) As Boolean
public:
bool TryGet(
TKey1 key1,
[OutAttribute] TKey2% key2
)
member TryGet :
key1 : 'TKey1 *
key2 : 'TKey2 byref -> bool
Parameters
- key1
- Type: TKey1
- key2
- Type: TKey2
Return Value
Type:
BooleanSee Also