Initializes a new instance of the SgmlDtd class

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

Syntax

C#
public SgmlDtd(
	string name,
	XmlNameTable nt
)
Visual Basic
Public Sub New ( _
	name As String, _
	nt As XmlNameTable _
)
Visual C++
public:
SgmlDtd(
	String^ name, 
	XmlNameTable^ nt
)

See Also