SfcCollatedDictionaryCollection<T,K,ParentT>.TryGetValue(K, T) Method

Definition

public bool TryGetValue (K key, out T obj);
member this.TryGetValue : 'K * 'T -> bool
Public Function TryGetValue (key As K, ByRef obj As T) As Boolean

Parameters

key
K
obj
T

Returns

Applies to