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