public XYZ this[ int index ] { get; }
Public ReadOnly Property Point ( index As Integer ) As XYZ Get
public: property XYZ^ Point[int index] { XYZ^ get (int index); }
member Point : XYZ with get