NSData.Length Property

Definition

The size of the contents wrapped by this NSData.

public virtual nuint Length { [Foundation.Export("length")] get; [Foundation.NotImplemented("Not available on NSData, only available on NSMutableData")] set; }
member this.Length : nuint with get, set

Property Value

System.System.UIntPtr System.unativeint
Attributes

Applies to