NSData.Item[nint] Property
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.
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.