AppendBeginningOfInputOrLine() public méthode

Appends a pattern that matches the beginning of the string (or line if the RegexOptions.Multiline option is applied).
public AppendBeginningOfInputOrLine ( ) : void
Résultat void
 internal override void AppendTo(PatternBuilder builder)
 {
     builder.AppendBeginningOfInputOrLine();
 }