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