Share via


NSMutableDictionary<TKey,TValue>.IDictionary<TKey,TValue>.TryGetValue Method

Definition

bool IDictionary<TKey,TValue>.TryGetValue(TKey key, out TValue value);
abstract member System.Collections.Generic.IDictionary<TKey,TValue>.TryGetValue : 'Key * 'Value -> bool
override this.System.Collections.Generic.IDictionary<TKey,TValue>.TryGetValue : 'Key * 'Value -> bool

Parameters

key
TKey
value
TValue

Returns

Implements

Applies to