Click or drag to resize

RevisionCollectionGetEnumerator Method

Gets an enumerator that iterates through the collection.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public IEnumerator<Revision> GetEnumerator()

Return Value

IEnumeratorRevision
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also