PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / MethodAttribute Class / MethodAttribute Constructor / MethodAttribute Constructor(MethodAttribute)
Another method attribute to create from.

In This Topic
    MethodAttribute Constructor(MethodAttribute)
    In This Topic
    Initializes a new instance of the MethodAttribute class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal methodAttribute As MethodAttribute _
    )
    public MethodAttribute( 
       MethodAttribute methodAttribute
    )

    Parameters

    methodAttribute
    Another method attribute to create from.
    See Also