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

In This Topic
    Parameters Property (MethodAttribute)
    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