public List<int> InOutPins { get; set; }
Public Property InOutPins As List(Of Integer) Get Set
public: property List<int>^ InOutPins { List<int>^ get (); void set (List<int>^ value); }
member InOutPins : List<int> with get, set
In This Article