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