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