C# Class Pihrtsoft.Text.RegularExpressions.Linq.EndOfLine

Represents a pattern that is matched at the end of the string (or line if the RegexOptions.Multiline option is applied). End of line is defined as the position before a linefeed. This class cannot be inherited.
Inheritance: QuantifiablePattern
Show file Open project: JosefPihrt/LinqToRegex

Private Methods

Method Description
AppendTo ( PatternBuilder builder ) : void