PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / MethodAttribute Class / ParameterValues Property

In This Topic
    ParameterValues Property
    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