'Declaration Public Shared ReadOnly Property HotIron As IList(Of Color)
'Usage Dim value As IList(Of Color) value = ColourPalettes.HotIron
public static IList<Color> HotIron {get;}
public: static property IList<Color>^ HotIron { IList<Color>^ get(); }