Int8Array.Item

Int8Array indexer

Gets or sets the SByte at the specified index.

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

Property Value

The SByte.

See Also