public List<int> PickUpQuests { get; set; }
Public Property PickUpQuests As List(Of Integer) Get Set
public: property List<int^>^ PickUpQuests { List<int^>^ get (); void set (List<int^>^ value); }