[]
Represents a read-only array of items which are declared as T
type.
public interface IReadonlyArray<T>
Public Interface IReadonlyArray(Of T)
Name | Description |
---|---|
T | The type of items. |
Name | Description |
---|---|
this[int] | Gets the item at the specified index. |
Length | Gets the total number of items. |