Click or drag to resize
XdsDNappendComponent Method

[Missing <summary> documentation for "M:DXMLBase.XdsDN.appendComponent(System.Text.StringBuilder,DXMLBase.XdsDN.DNComponent,System.Char[],System.Boolean)"]

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void appendComponent(
	StringBuilder sb,
	XdsDNDNComponent component,
	char[] delims,
	bool typed
)

Parameters

sb
Type: System.TextStringBuilder

[Missing <param name="sb"/> documentation for "M:DXMLBase.XdsDN.appendComponent(System.Text.StringBuilder,DXMLBase.XdsDN.DNComponent,System.Char[],System.Boolean)"]

component
Type: DXMLBaseXdsDNDNComponent

[Missing <param name="component"/> documentation for "M:DXMLBase.XdsDN.appendComponent(System.Text.StringBuilder,DXMLBase.XdsDN.DNComponent,System.Char[],System.Boolean)"]

delims
Type: SystemChar

[Missing <param name="delims"/> documentation for "M:DXMLBase.XdsDN.appendComponent(System.Text.StringBuilder,DXMLBase.XdsDN.DNComponent,System.Char[],System.Boolean)"]

typed
Type: SystemBoolean

[Missing <param name="typed"/> documentation for "M:DXMLBase.XdsDN.appendComponent(System.Text.StringBuilder,DXMLBase.XdsDN.DNComponent,System.Char[],System.Boolean)"]

See Also