IAssociativeArray<T>.TryGetValue(String, T) Method

Definition

public bool TryGetValue (string key, out T value);
abstract member TryGetValue : string * 'T -> bool
Public Function TryGetValue (key As String, ByRef value As T) As Boolean

Parameters

key
String
value
T

Returns

Applies to