'Declaration Public Property ColourTable As IList(Of Color)
'Usage Dim instance As DicomImage Dim value As IList(Of Color) instance.ColourTable = value value = instance.ColourTable
public IList<Color> ColourTable {get; set;}
public: property IList<Color>^ ColourTable { IList<Color>^ get(); void set ( IList<Color>^ value); }