Interface IChoiceExpression
The public interface for ChoiceExpression
[DefaultImplementationType(typeof(ChoiceExpression))]
[XmlDefaultImplementationType(typeof(ChoiceExpression))]
[ModelRepresentationClass("https://github.com/NMFCode/NMF/AnyText#//ChoiceExpression")]
public interface IChoiceExpression : IParserExpression, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Alternatives
The Alternatives property
[LowerBound(2)]
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IFormattedExpression> Alternatives { get; }