NSMutableData.FromLength(nint) Method

Definition

Factory method that instantiates itself with the specified length of zeroed-out bytes.

[Foundation.Export("dataWithLength:")]
public static Foundation.NSMutableData FromLength (nint length);
static member FromLength : nint -> Foundation.NSMutableData

Parameters

length
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to