Method | Description | |
---|---|---|
Clear ( ) : void | ||
FromDictionary ( |
||
FromFile ( string path ) : |
||
FromObjectAndKey ( |
||
FromObjectsAndKeys ( |
||
RemoveObjectForKey ( string key ) : void | ||
SetObjectForKey ( |
||
this ( string key ) : |
Method | Description | |
---|---|---|
NSMutableDictionary ( ) : System | ||
NSMutableDictionary ( |
public static FromDictionary ( |
||
dictionary | ||
return |
public static FromFile ( string path ) : |
||
path | string | |
return |
public static FromObjectAndKey ( |
||
obj | ||
key | string | |
return |
public static FromObjectsAndKeys ( |
||
objects | ||
keys | string | |
return |
public RemoveObjectForKey ( string key ) : void | ||
key | string | |
return | void |
public SetObjectForKey ( |
||
obj | ||
key | string | |
return | void |