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