Pihrtsoft.Text.RegularExpressions.Linq.PatternBuilder.AppendEndOfInputOrBeforeEndingLinefeed C# (CSharp) Метод

AppendEndOfInputOrBeforeEndingLinefeed() публичный Метод

Appends a pattern that is matched at the end of the string or before linefeed at the end of the string.
public AppendEndOfInputOrBeforeEndingLinefeed ( ) : void
Результат void
        public void AppendEndOfInputOrBeforeEndingLinefeed()
        {
            AppendBackslash('Z');

            if (_fBuilder)
                _builder.AddInfo(SyntaxKind.EndOfInputOrBeforeEndingLinefeed);
        }