Class MultilineCommentRule
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
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
ParseContextthe context in which the rule is matched
recursionContext
RecursionContextthe recursion context of the matching
position
ParsePositionthe position in the input
Returns
- RuleApplication
the rule application for the provided position