Bamboo.Prevalence.Indexing.FullText.Filters.WordFilter.WordFilter C# (CSharp) Метод

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

Creates a new filter that will not allow any words in the list represented by the words argument to pass through the chain.
public WordFilter ( ) : System
Результат System
		public WordFilter(params string[] words) : this(null, words)
		{
		}
		

Same methods

WordFilter::WordFilter ( ITokenizer previous ) : System