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
contextParseContextthe context in which the rule is matched
recursionContextRecursionContextthe recursion context of the matching
positionParsePositionthe position in the input
Returns
- RuleApplication
the rule application for the provided position