XmlWriterDispose Method (Boolean) |
Releases the unmanaged resources used by the System.Xml.XmlWriter and optionally
releases the managed resources.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected virtual void Dispose(
bool disposing
)
Parameters
- disposing
- Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only
unmanaged resources.
See Also