Bamboo.Prevalence.Indexing.FullText.Postings.GetEnumerator C# (CSharp) 메소드

GetEnumerator() 공개 메소드

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