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