Class ArrayObject<T>
The ArrayObject box class is a generic class that can be used to encapsulate an array inside an object.
Fields: |
|
Constructors: |
|
Methods: |
|
Field Documentation
Field value : T[]
The array contained in the ArrayObject.
Constructor Documentation
Method New ( value:T[] )
Creates a new ArrayObject with the given array.
Method Documentation
Method ToArray : T[] ()
Returns the array contained in the ArrayObject.