Table of Contents

Interface IMultilineCommentRule

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

The public interface for MultilineCommentRule

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

Properties

End

The End property

[XmlAttribute(true)]
string End { get; set; }

Property Value

string

Start

The Start property

[XmlAttribute(true)]
string Start { get; set; }

Property Value

string