AppendEndOfInputOrLine() 공개 메소드

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
리턴 void
예제 #1
0
 internal override void AppendTo(PatternBuilder builder)
 {
     builder.AppendEndOfInputOrLine();
 }