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

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

Creates a new Postings object for a term.
public Postings ( string term ) : System
term string the term
Результат System
		public Postings(string term)
		{
			_term = term;
			_postings = new Hashtable();
		}