NSMutableData.FromCapacity(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 an NSMutableData instance that can initially hold the specified capacity, in bytes.
[Foundation.Export("dataWithCapacity:")]
public static Foundation.NSMutableData FromCapacity (nint capacity);
static member FromCapacity : nint -> Foundation.NSMutableData
Parameters
- capacity
- System.System.IntPtr System.nativeint
Returns
- Attributes