TopicCollection.GetEnumerator Method

Namespace
Kampute.DocToolkit.Collections
Assembly
  • Kampute.DocToolkit.dll

Definition

Returns an enumerator that iterates through the collection.
public IEnumerator<TopicModel> GetEnumerator()

Returns

IEnumerator<TopicModel>
An enumerator that can be used to iterate through the collection of top-level topics.