XmlDoc Type
Represents collected XmlDoc lines
Constructors
Constructor |
Description
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.Check
Parameters:
string list option
|
Check the XML documentation
|
Full Usage:
this.GetElaboratedXmlLines
Returns: string[]
|
Get the lines after insertion of implicit summary tags and encoding
|
Full Usage:
this.GetXmlText
Returns: string
|
Get the elaborated XML documentation as XML text
|
Full Usage:
this.IsEmpty
Returns: bool
|
Indicates if the XmlDoc is empty
|
Full Usage:
this.NonEmpty
Returns: bool
|
Indicates if the XmlDoc is non-empty
|
|
Indicates the overall original source range of the XmlDoc
|
Full Usage:
this.UnprocessedLines
Returns: string[]
|
Get the lines before insertion of implicit summary tags and encoding
|
Static members
Static member |
Description
|
|
Get the empty XmlDoc
|
|