The actual storage array.
| C# | Visual Basic | Visual C++ |
internal BaseT[] m_data
Friend m_data As BaseT()
internal: array<BaseT>^ m_data
The derived type is responsible for the implementation, which way
the storage is used. So far, this is only an 1D-System.Array of arbitrary size
and type.This is hidden for framework users since direct public access
to the storage is not intended for public users.