Bamboo.Prevalence.Indexing.FullText.Postings.GetEnumerator C# (CSharp) Method

GetEnumerator() public method

Enumerates through all the Posting objects.
public GetEnumerator ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator
		public System.Collections.IEnumerator GetEnumerator()
		{
			return _postings.Values.GetEnumerator();
		}