Click or drag to resize

ChoiceInfo Constructor

Creates instance of ChoiceInfo.

Namespace:  Syntactik.DOM.Mapped
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public ChoiceInfo(
	ChoiceInfo parent,
	Pair choiceNode
)

Parameters

parent
Type: Syntactik.DOM.MappedChoiceInfo
Parent ChoiceInfo of the created choice object.
choiceNode
Type: Syntactik.DOMPair
Node that defines the created choice.
See Also