TypedArray-1.Item

TypedArray<T> 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