Table of Contents

Class AnyTextGrammar.MultilineComment1Rule

Namespace
NMF.AnyText.Grammars
Assembly
NMF.AnyText.dll

Denotes a rule to parse multi-line comments starting with '/' and ending with '/'

public class AnyTextGrammar.MultilineComment1Rule : MultilineCommentRule
Inheritance
AnyTextGrammar.MultilineComment1Rule
Inherited Members

Methods

Initialize(GrammarContext)

Initializes the current grammar rule

public override void Initialize(GrammarContext context)

Parameters

context GrammarContext

the grammar context in which the rule is initialized

Remarks

Do not modify the contents of this method as it will be overridden as the contents of the AnyText file change.