TypedArray-1.Item

TypedArray indexer

Gets or sets the !:T at the specified index.

public abstract T this[int index] { get; set; }
ParameterDescription
indexThe index.

Property Value

The !:T.

See Also