Anvil
Anvil.IArray< T > Interface Template Reference

Represents a collection of elements that can be accessed and modified by index, but may not be resized. More...

+ Inheritance diagram for Anvil.IArray< T >:
+ Collaboration diagram for Anvil.IArray< T >:

Properties

new T this[int index] [get, set]
 

Detailed Description

Represents a collection of elements that can be accessed and modified by index, but may not be resized.

Template Parameters
TThe type of elements in the array.

The documentation for this interface was generated from the following file: