'Declaration
Public Property OutputArguments As PropertyState(Of Argument())
'Usage
Dim instance As MethodState Dim value As PropertyState(Of Argument()) instance.OutputArguments = value value = instance.OutputArguments
public PropertyState<Argument[]> OutputArguments {get; set;}
public: property PropertyState<array<Argument^>>^ OutputArguments { PropertyState<array<Argument^>>^ get(); void set ( PropertyState<array<Argument^>>^ value); }