MonobjcMonobjc Documented Class Library
ObjectForKey Method
NamespacesMonobjc.FoundationNSDictionaryObjectForKey()()()()
Members
IconMemberDescription
ObjectForKey(Id)

Returns the value associated with a given key.

Original signature is '- (id)objectForKey:(id)aKey'

Available in Mac OS X v10.0 and later.


ObjectForKey<(Of <<'(T>)>>)(Id)

Returns the value associated with a given key.

Original signature is '- (id)objectForKey:(id)aKey'

Available in Mac OS X v10.0 and later.


Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)