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