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