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