Interface IUnaryParserExpression
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
Inner
The Inner property
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IParserExpression Inner { get; set; }