ElementCollectionTGetEnumerator Method |
Gets an enumerator that iterates through the collection.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
Return Value
IEnumeratorTAn
IEnumeratorT object that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also