[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.MethodAttribute.-ctor

MethodAttribute Constructor

MethodAttribute()

Initializes a new instance of the MethodAttribute class.

Declaration
public MethodAttribute()
Public Sub New()

MethodAttribute(MethodAttribute)

Initializes a new instance of the MethodAttribute class.

Declaration
public MethodAttribute(MethodAttribute methodAttribute)
Public Sub New(methodAttribute As MethodAttribute)
Parameters
Type Name Description
MethodAttribute methodAttribute

Another method attribute to create from.