NSArray.FromArrayOfArray(NSArray) 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.
public static Foundation.NSObject[][] FromArrayOfArray(Foundation.NSArray weakArray);
public static Foundation.NSObject[][]? FromArrayOfArray(Foundation.NSArray? weakArray);
static member FromArrayOfArray : Foundation.NSArray -> Foundation.NSObject[][]
Parameters
Returns
A jagged array of NSObject arrays, or null if weakArray is null or a conversion error occurs.