public D[][] Matrix { get; }
Public ReadOnly Property Matrix As D()() Get
public: virtual property array<array<D>^>^ Matrix { array<array<D>^>^ get () sealed; }
abstract Matrix : 'D[][] with get override Matrix : 'D[][] with get
In This Article