Constructor.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public WebEditorAttribute(
	string type,
	Type baseType
)
Visual Basic
Public Sub New ( 
	type As String,
	baseType As Type
)
Visual C++
public:
WebEditorAttribute(
	String^ type, 
	Type^ baseType
)
F#
new : 
        type : string * 
        baseType : Type -> WebEditorAttribute

Parameters

type
Type: System..::..String
String representation of editor type
baseType
Type: System..::..Type
Base type

See Also