Initializes a new instance of the Entity class

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

Syntax

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

Parameters

name
Type: System..::..String
literal
Type: System..::..String

See Also