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