SfcReferenceCollection<K,T,S>.TryGetValue(K, T) 方法

定義

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

參數

key
K
value
T

傳回

實作

適用於