Initializes a new instance of the AttDef class

Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public AttDef(
	string name
)
Visual Basic
Public Sub New ( _
	name As String _
)
Visual C++
public:
AttDef(
	String^ name
)

Parameters

name
Type: System..::..String

See Also