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 Boolean
member TryGetValue :
context : Context *
key : 'Tkey *
value : 'TType byref -> bool