3eda879a 5cbd f700 ebad 8ab4624a5fbb - autumn009/NestedHtmlWriter GitHub Wiki
NhEmpty class constructor
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public NhEmpty(
TextWriter writer,
string tagName,
NhBase parent
)
VB
Public Sub New (
writer As TextWriter,
tagName As String,
parent As NhBase
)
C++
public:
NhEmpty(
TextWriter^ writer,
String^ tagName,
NhBase^ parent
)
F#
new :
writer : TextWriter *
tagName : string *
parent : NhBase -> NhEmpty
- writer
- Type: System.IO.TextWriter
writer for output - tagName
- Type: System.String
tag name, if you use namespace prifx, use PREFIX:NAME style. - parent
- Type: NestedHtmlWriter.NhBase
parent element object