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