public List<int> SpecialExitPins { get; set; }Public Property SpecialExitPins As List(Of Integer)
Get
Setpublic:
property List<int>^ SpecialExitPins {
List<int>^ get ();
void set (List<int>^ value);
}member SpecialExitPins : List<int> with get, set