예제 #1
0
        public MustNot WildCard(string name, string word)
        {
            if (_wildcard == null)
            {
                _wildcard = new Wildcard();
            }

            _wildcard.Add(name, word);
            return(this);
        }