Click or drag to resize
ConfigDebugXml Method
Writes the current XML document to the given TextWriter.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public void DebugXml(
	TextWriter w
)

Parameters

w
Type: System.IOTextWriter
The TextWriter to write to.
See Also