System::ArrayBase class

ArrayBase class

The dummy for System.Array class (abstract base class for all arrays) May be filled with functionality by request.

class ArrayBase : public virtual System::Object

Methods

MethodDescription
virtual get_Length() constReturns 32-bit integer that represents the total number of all elements in all dimensions of the array.
virtual raw_data_ptr()Returns pointer to the first element of single-dimension array. For multi-dimensional arrays result undefined.

See Also