Table of Contents

Class MultilineCommentRule

Namespace
NMF.AnyText.Rules
Assembly
NMF.AnyText.Core.dll

Denotes a rule for a multiline comment

public class MultilineCommentRule : CommentRule
Inheritance
MultilineCommentRule
Derived
Inherited Members

Properties

CommentEnd

Gets or sets the end of a multiline comment

public string CommentEnd { get; set; }

Property Value

string

Methods

Match(ParseContext, RecursionContext, ref ParsePosition)

Matches the the context at the provided position

public override RuleApplication Match(ParseContext context, RecursionContext recursionContext, ref ParsePosition position)

Parameters

context ParseContext

the context in which the rule is matched

recursionContext RecursionContext

the recursion context of the matching

position ParsePosition

the position in the input

Returns

RuleApplication

the rule application for the provided position