Uint16Array.Item

Uint16Array indexer

Gets or sets the UInt16 at the specified index.

public override ushort this[int index] { get; set; }
ParameterDescription
indexThe index.

Property Value

The UInt16.

See Also