'Declaration
Public ReadOnly Property Tiers As List(Of Tier)
'Usage
Dim instance As TierRateParamHelper Dim value As List(Of Tier) value = instance.Tiers
public List<Tier> Tiers {get;}
public read-only property Tiers: List;
public function get Tiers : List
public: __property List<Tier>* get_Tiers();
public: property List<Tier>^ Tiers { List<Tier>^ get(); }