PdfPortfolioSortLevelCollection.Enumerator Struct
Enumerates the elements of a PdfPortfolioSortLevelCollection.
public struct Enumerator : IEnumerator<PdfPortfolioSortLevel>, IDisposable, IEnumerator
Public Structure Enumerator
Implements IEnumerator(Of PdfPortfolioSortLevel), IDisposable, IEnumerator
Implements
System.Collections.Generic.IEnumerator<PdfPortfolioSortLevel>
System.IDisposable
System.Collections.IEnumerator
Properties
Current
Gets the element at the current position of the enumerator.
public readonly PdfPortfolioSortLevel Current { get; }
Public ReadOnly Property Current As PdfPortfolioSortLevel
Property Value
The element in the PdfPortfolioSortLevelCollection at the current position of the enumerator.
Methods
Dispose()
Releases all resources used by the PdfPortfolioSortLevelCollection.Enumerator.
MoveNext()
Advances the enumerator to the next element of the PdfPortfolioSortLevelCollection.
Returns
- System.Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Exceptions
- System.InvalidOperationException
The collection was modified after the enumerator was created.
Implements
System.Collections.Generic.IEnumerator<T>
System.IDisposable
System.Collections.IEnumerator