Table of Contents

Interface ISequenceExpression

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

The public interface for SequenceExpression

[DefaultImplementationType(typeof(SequenceExpression))]
[XmlDefaultImplementationType(typeof(SequenceExpression))]
[ModelRepresentationClass("https://github.com/NMFCode/NMF/AnyText#//SequenceExpression")]
public interface ISequenceExpression : IParserExpression, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

InnerExpressions

The InnerExpressions property

[LowerBound(2)]
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IFormattedExpression> InnerExpressions { get; }

Property Value

IOrderedSetExpression<IFormattedExpression>