Click or drag to resize

IChoiceNode Interface

Represents a pair with a choice assignment.

Namespace:  Syntactik.DOM.Mapped
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public interface IChoiceNode

The IChoiceNode type exposes the following members.

Properties
  NameDescription
Public propertyChoiceObjects
Cases of the choice.
Public propertyIsChoice
True if pair has a choice assignment.
Top
See Also