Anvil
|
Represents a collection of elements that can be accessed and modified by index, but may not be resized. More...
Properties | |
new T | this[int index] [get, set] |
Represents a collection of elements that can be accessed and modified by index, but may not be resized.
T | The type of elements in the array. |