System::Array::data method
Array::data() method
Returns a reference to the internal data structure used to store the array elements.
vector_t & System::Array<T>::data()
See Also
- Class Array
- Namespace System
- Library Aspose.PUB for C++
Array::data() const method
Returns a constant reference to the internal data structure used to store the array elements.
const vector_t & System::Array<T>::data() const
See Also
- Class Array
- Namespace System
- Library Aspose.PUB for C++