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

Definition

bool IDictionary<TKey,TValue>.TryGetValue (TKey key, out TValue value);

Parameters

key
TKey
value
TValue

Returns

Implements

Applies to