Share via


JavaDictionary<K,V>.TryGetValue(K, V) Method

Definition

public bool TryGetValue (K key, out V value);
abstract member TryGetValue : 'K * 'V -> bool
override this.TryGetValue : 'K * 'V -> bool

Parameters

key
K
value
V

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to