NSDictionary.ContainsKey(NSObject) Method

Definition

Determines whether the specified key exists in the dictionary.

public bool ContainsKey (Foundation.NSObject key);
abstract member ContainsKey : Foundation.NSObject -> bool
override this.ContainsKey : Foundation.NSObject -> bool

Parameters

key
NSObject

Key to lookup in the dictionary.

Returns

Implements

Applies to