Summary
Returns an XmlNode representing the current object.
- Namespace
- TCLite
.Interfaces - Containing Type
- IXmlNodeBuilder
Syntax
XmlNode ToXml(bool recursive)
Parameters
| Name | Type | Description |
|---|---|---|
| recursive | bool | If true, children are included where applicable |
Return Value
| Type | Description |
|---|---|
| XmlNode | An XmlNode representing the result |
