Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / MethodAttribute Class / ParameterValues Property

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