Provides a read-only view of a network array. More...
Public Attributes | |
readonly byte * | _array |
readonly int | _length |
readonly IElementReaderWriter< T > | _readerWriter |
Properties | |
int | Length [get] |
The fixed size of the array. More... | |
T | this[int index] [get] |
Indexer of array elements. More... | |
Provides a read-only view of a network array.
T | The type of the elements. |
|
get |
The fixed size of the array.
|
get |
Indexer of array elements.