Interface IPlusExpression
The public interface for PlusExpression
[DefaultImplementationType(typeof(PlusExpression))]
[XmlDefaultImplementationType(typeof(PlusExpression))]
[ModelRepresentationClass("https://github.com/NMFCode/NMF/AnyText#//PlusExpression")]
public interface IPlusExpression : IUnaryParserExpression, IParserExpression, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members