NSDictionary.ObjectForKey(NSObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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