ParameterValues Property (MethodAttribute)
In This Topic
Gets or sets the ordered list of parameter values used to invoke the method.
Syntax
'Declaration
Public Property ParameterValues As Object()
public object[] ParameterValues {get; set;}
See Also