Click or drag to resize

ArgumentAppendChild Method

Adds another pair as a child. If pair has "pair assignment" := then the method initializes property PairValue.

Namespace:  Syntactik.DOM.Mapped
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public override void AppendChild(
	Pair child
)

Parameters

child
Type: Syntactik.DOMPair
Child pair to be added
See Also