Table of Contents

Interface IChoiceExpression

Namespace
NMF.AnyText.Metamodel
Assembly
NMF.AnyText.dll

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; }

Property Value

IOrderedSetExpression<IFormattedExpression>