The methods of MonoMac.Foundation.DictionaryContainer are listed below. For a list of all members, see the DictionaryContainer Members list.
See Also: Inherited members from System.Object
GetArray<T>(NSString)Documentation for this section has not yet been entered. | ||
GetArray<T>(NSString, Func<IntPtr, T>)Documentation for this section has not yet been entered. | ||
GetBoolValue(NSString)Documentation for this section has not yet been entered. | ||
GetDoubleValue(NSString)Documentation for this section has not yet been entered. | ||
GetFloatValue(NSString)Documentation for this section has not yet been entered. | ||
GetInt32Value(NSString)Documentation for this section has not yet been entered. | ||
GetLongValue(NSString)Documentation for this section has not yet been entered. | ||
GetNSDictionary(NSString)Documentation for this section has not yet been entered. | ||
GetNSStringValue(NSString)Documentation for this section has not yet been entered. | ||
GetStringValue(NSString)Documentation for this section has not yet been entered. | ||
GetUIntValue(NSString)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. | ||