EasyXmlTextWriterWriteCommentLine Method

Writes an Xml comment line.

Definition

Namespace: DevCase.Core.DataProcessing.Xml
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void WriteCommentLine(
	string comment,
	Formatting indentation = Formatting.Indented
)

Parameters

comment  String
The commentary to write.
indentation  Formatting  (Optional)
The Xml indentation formatting.

See Also