public bool TryGetValue(
Context context,
Tkey key,
out TType value
)Public Function TryGetValue (
context As Context,
key As Tkey,
<OutAttribute> ByRef value As TType
) As Booleanmember TryGetValue :
context : Context *
key : 'Tkey *
value : 'TType byref -> bool