Interface IMultilineCommentRule
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
Start
The Start property
[XmlAttribute(true)]
string Start { get; set; }