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

Represents a pattern that matches a specified content with negative lookbehind assertion on the left side and negative lookahead assertion on the right side. This class cannot be inherited.
Inheritance: Pattern
Show file Open project: JosefPihrt/LinqToRegex

Private Methods

Method Description
AppendTo ( PatternBuilder builder ) : void
NegativeSurroundAssertion ( object backAssertion, object content, object assertion ) : System