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