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.
Creates an NSArray from a C# array of strings.
public static Foundation.NSArray FromStrings (params string[] items);
static member FromStrings : string[] -> Foundation.NSArray