NSMutableDictionary<TKey,TValue>.TryGetValue(TKey, TValue) Method

Definition

public bool TryGetValue (TKey key, out TValue value);
override this.TryGetValue : 'Key *  -> bool

Parameters

key
TKey
value
TValue

Returns

Implements

Applies to