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

In This Topic
    Parameters Property
    In This Topic
    Gets or sets the ordered list of parameter Types in the methods signature.
    Syntax
    'Declaration
     
    
    Public Property Parameters As Type()
    public Type[] Parameters {get; set;}
    See Also