NSDictionary.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 NSDictionary that is a copy of the specified source NSDictionary.
[Foundation.Export("dictionaryWithDictionary:")]
public static Foundation.NSDictionary FromDictionary (Foundation.NSDictionary source);
static member FromDictionary : Foundation.NSDictionary -> Foundation.NSDictionary
Parameters
- source
- NSDictionary
Returns
- Attributes