SgmlDtd Constructor
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| SgmlDtd Constructor |
| SgmlDtd Class See Also Send Feedback |
Initializes a new instance of the SgmlDtd class
Namespace:Â CuteEditor.ToolsAssembly:Â 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 ) |