NSDictionary.ObjectForKey(NSObject) Method

Definition

The object mapped to the specified key, or null.

[Foundation.Export("objectForKey:")]
public virtual Foundation.NSObject ObjectForKey (Foundation.NSObject key);
abstract member ObjectForKey : Foundation.NSObject -> Foundation.NSObject
override this.ObjectForKey : Foundation.NSObject -> Foundation.NSObject

Parameters

key
NSObject

Returns

Attributes

Applies to