public T[][] u { get; set; }
Public Property u As T()() Get Set
public: property array<array<T>^>^ u { array<array<T>^>^ get (); void set (array<array<T>^>^ value); }
member u : 'T[][] with get, set
In This Article