Get or Set the data for this matrix

C# | Visual Basic | Visual C++ |
public TDepth[,] Data { get; set; }
Public Property Data As TDepth(,)
public: property array<TDepth,2>^ Data { array<TDepth,2>^ get (); void set (array<TDepth,2>^ value); }
C# | Visual Basic | Visual C++ |
public TDepth[,] Data { get; set; }
Public Property Data As TDepth(,)
public: property array<TDepth,2>^ Data { array<TDepth,2>^ get (); void set (array<TDepth,2>^ value); }