AppendEndOfInputOrLine() public méthode

Appends 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.
public AppendEndOfInputOrLine ( ) : void
Résultat void
Exemple #1
0
 internal override void AppendTo(PatternBuilder builder)
 {
     builder.AppendEndOfInputOrLine();
 }