Interface ISinglelineCommentRule
The public interface for SinglelineCommentRule
[DefaultImplementationType(typeof(SinglelineCommentRule))]
[XmlDefaultImplementationType(typeof(SinglelineCommentRule))]
[ModelRepresentationClass("https://github.com/NMFCode/NMF/AnyText#//SinglelineCommentRule")]
public interface ISinglelineCommentRule : ICommentRule, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Start
The Start property
[XmlAttribute(true)]
string Start { get; set; }