System.OpenArray Methods
InheritedProtected
Create | public | Creates an OpenArray object. |
Destroy | public | Frees the memory associated with the OpenArray object. |
GetHigh | public | Returns the highest element index (number of elements - 1). |
operator () | public | Converts this OpenArray to T*. |
operator = | public | Copies the rhs OpenArray into the lhs OpenArray (this). |