InvocationInfo.UnboundArguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)