public Pin[] Pins {get; set;}
public: property array<Pin^>^ Pins { array<Pin^>^ get(); void set ( array<Pin^>^ value); }
public Pin[] Pins {get; set;}
public: property array<Pin^>^ Pins { array<Pin^>^ get(); void set ( array<Pin^>^ value); }
Exception | Description |
---|---|
IncorrectObjectTypeException | Thrown when trying to create new Pins array on invalid Function |