EasyXmlTextWriterWriteCommentLine Method
Writes an Xml comment line.
Namespace: DevCase.Core.DataProcessing.XmlAssembly: 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
)
Public Sub WriteCommentLine (
comment As String,
Optional indentation As Formatting = Formatting.Indented
)
Dim instance As EasyXmlTextWriter
Dim comment As String
Dim indentation As Formatting
instance.WriteCommentLine(comment, indentation)
public:
void WriteCommentLine(
String^ comment,
Formatting indentation = Formatting::Indented
)
member WriteCommentLine :
comment : string *
?indentation : Formatting
(* Defaults:
let _indentation = defaultArg indentation Formatting.Indented
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- comment String
-
The commentary to write.
- indentation Formatting (Optional)
-
The Xml indentation formatting.