Boo.BooLangService.StringParsing.ExcludeStringMatcher.ExcludeStringMatcher C# (CSharp) Méthode

ExcludeStringMatcher() public méthode

public ExcludeStringMatcher ( string source )
source string
        public ExcludeStringMatcher(string source)
        {
            this.source = source;
        }