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
| Method | Description |
|---|---|
| virtual get_Length() const | Returns 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
- Class Object
- Namespace System
- Library Aspose.PDF for C++