SfcReferenceCollection<K,T,S>.TryGetValue(K, T) Method

Definition

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

Parameters

key
K
value
T

Returns

Implements

Applies to