NSMutableDictionary.FromDictionary(NSDictionary) 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.
Factory method to create a new mutable dictionary, copying the contents of the specified source NSDictionary.
[Foundation.Export("dictionaryWithDictionary:")]
public static Foundation.NSMutableDictionary FromDictionary (Foundation.NSDictionary source);
static member FromDictionary : Foundation.NSDictionary -> Foundation.NSMutableDictionary
Parameters
- source
- NSDictionary
Returns
- Attributes