public T[][] Value { get; }
Public ReadOnly Property Value As T()() Get
public: property array<array<T>^>^ Value { array<array<T>^>^ get (); }
function get_Value();
In This Article