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