IList<int> ByMonth { get; set; }
Property ByMonth As IList(Of Integer) Get Set
property IList<int>^ ByMonth { IList<int>^ get (); void set (IList<int>^ value); }