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