TypedArray.Length

TypedArray.Length property

Gets the length of a typed array.

public int Length { get; }

Property Value

The length in bytes.

See Also