'Declaration
Public ReadOnly Property PinningInstructions As PinningInstruction()
'Usage
Dim instance As ConsecutivePinningInstruction Dim value() As PinningInstruction value = instance.PinningInstructions
public PinningInstruction[] PinningInstructions {get;}
public: property array<PinningInstruction>^ PinningInstructions { array<PinningInstruction>^ get(); }