NSData.Item[nint] Property

Definition

Retrieves the byte at the specified position in the NSData object.

public virtual byte this[nint idx] { get; set; }
member this.Item(nint) : byte with get, set

Parameters

idx
System.System.IntPtr System.nativeint

Index into the NSData.

Property Value

The value at that position, or an exception if you try to access data beyond its boundaries.

Applies to