IEnumerator<T> Interface
Supports a simple iteration over a generic collection.
IInvokable
Spring.Collections.IEnumerator
Spring.Collections.IEnumerator<T>
Spring.Collections.Base.TEnumeratorBase<T>
Spring.Collections.Base.TIterator<T>
Spring.Collections.IEnumerator
Spring.Collections.IEnumerator<T>
Spring.Collections.Base.TEnumeratorBase<T>
Spring.Collections.Base.TIterator<T>
type IEnumerator<T> = interface(IEnumerator) ['{E6525A22-15EF-46EB-8A68-8CB202DA7D67}'] end;
Type Parameters
- T
- The type of objects to enumerate.
The IEnumerator<T> type exposes the following members.
Show:
Name | Description | |
---|---|---|
GetCurrent | Represents method | |
MoveNext | Advances the enumerator to the next element of the collection. (Inherited from IEnumerator.) | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from IEnumerator.) |