30c5941c 8436 0f61 6d03 5f9f39c8dabf - autumn009/NestedHtmlWriter GitHub Wiki
NhCaption class constructor
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public NhCaption(
TextWriter writer,
NhBase parent
)
VB
Public Sub New (
writer As TextWriter,
parent As NhBase
)
C++
public:
NhCaption(
TextWriter^ writer,
NhBase^ parent
)
F#
new :
writer : TextWriter *
parent : NhBase -> NhCaption
- writer
- Type: System.IO.TextWriter
writer for output - parent
- Type: NestedHtmlWriter.NhBase
parent element object