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