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