NSMutableData.FromLength(nint) 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 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