XmlDocument.this

Creates a new instance of this class

class XmlDocument(T = char)
this
(
bool strictErrorChecking = true
)

Parameters

strictErrorChecking bool

true if strict errro checking should be enabled

Examples

auto doc = new XmlDocument!();

Meta