BrightIdeasSoftware.TextMatchFilter.TextRegexMatchingStrategy.TextRegexMatchingStrategy C# (CSharp) Метод

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

Creates a regex strategy
public TextRegexMatchingStrategy ( TextMatchFilter filter, string text ) : System
filter TextMatchFilter
text string
Результат System
            public TextRegexMatchingStrategy(TextMatchFilter filter, string text)
            {
                this.TextFilter = filter;
                this.Text = text;
            }