InvocationInfo.UnboundArguments Property

Definition

This member provides a list of the arguments that were not bound to any parameter.

public:
 property System::Collections::Generic::List<System::Object ^> ^ UnboundArguments { System::Collections::Generic::List<System::Object ^> ^ get(); };
public System.Collections.Generic.List<object> UnboundArguments { get; }
member this.UnboundArguments : System.Collections.Generic.List<obj>
Public ReadOnly Property UnboundArguments As List(Of Object)

Property Value

Applies to