Table of Contents

Interface IUnaryParserExpression

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

The public interface for UnaryParserExpression

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

Properties

FormattingInstructions

The FormattingInstructions property

[XmlAttribute(true)]
IListExpression<FormattingInstruction> FormattingInstructions { get; }

Property Value

IListExpression<FormattingInstruction>

Inner

The Inner property

[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IParserExpression Inner { get; set; }

Property Value

IParserExpression