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