MonoMac.Foundation.DictionaryContainer Members

The members of MonoMac.Foundation.DictionaryContainer are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
DictionaryNSDictionary. Documentation for this section has not yet been entered.

Protected Methods

GetArray<T>(NSString) : T[]
Documentation for this section has not yet been entered.
GetArray<T>(NSString, Func<IntPtr, T>) : T[]
Documentation for this section has not yet been entered.
GetBoolValue(NSString) : Nullable<bool>
Documentation for this section has not yet been entered.
GetDoubleValue(NSString) : Nullable<double>
Documentation for this section has not yet been entered.
GetFloatValue(NSString) : Nullable<float>
Documentation for this section has not yet been entered.
GetInt32Value(NSString) : Nullable<int>
Documentation for this section has not yet been entered.
GetLongValue(NSString) : Nullable<long>
Documentation for this section has not yet been entered.
GetNSDictionary(NSString) : NSDictionary
Documentation for this section has not yet been entered.
GetNSStringValue(NSString) : string
Documentation for this section has not yet been entered.
GetStringValue(NSString) : string
Documentation for this section has not yet been entered.
GetUIntValue(NSString) : Nullable<uint>
Documentation for this section has not yet been entered.
RemoveValue(NSString)
Documentation for this section has not yet been entered.
SetArrayValue(NSString, NSNumber[])
Documentation for this section has not yet been entered.
SetArrayValue(NSString, MonoMac.ObjCRuntime.INativeObject[])
Documentation for this section has not yet been entered.
SetArrayValue(NSString, string[])
Documentation for this section has not yet been entered.
SetBooleanValue(NSString, Nullable<bool>)
Documentation for this section has not yet been entered.
SetNativeValue(NSString, MonoMac.ObjCRuntime.INativeObject, bool)
Documentation for this section has not yet been entered.
SetNumberValue(NSString, Nullable<double>)
Documentation for this section has not yet been entered.
SetNumberValue(NSString, Nullable<int>)
Documentation for this section has not yet been entered.
SetNumberValue(NSString, Nullable<long>)
Documentation for this section has not yet been entered.
SetNumberValue(NSString, Nullable<float>)
Documentation for this section has not yet been entered.
SetNumberValue(NSString, Nullable<uint>)
Documentation for this section has not yet been entered.
SetStringValue(NSString, NSString)
Documentation for this section has not yet been entered.
SetStringValue(NSString, string)
Documentation for this section has not yet been entered.