XmlWriter Constructor

Namespace:  Squid.Xml
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public XmlWriter(
	StringBuilder output,
	bool indent
)
Public Sub New ( _
	output As StringBuilder, _
	indent As Boolean _
)
public:
XmlWriter(
	StringBuilder^ output, 
	bool^ indent
)

Parameters

output
Type: StringBuilder
indent
Type: Boolean