IEnumerator Interface
Supports a simple iteration over a non-generic collection.
IInvokable
Spring.Collections.IEnumerator
Spring.Collections.Base.TEnumeratorBase
Spring.Collections.Base.TIteratorBase<T>
Spring.Collections.IEnumerator<T>
Spring.Collections.IEnumerator
Spring.Collections.Base.TEnumeratorBase
Spring.Collections.Base.TIteratorBase<T>
Spring.Collections.IEnumerator<T>
type IEnumerator = interface(IInvokable) ['{A2AD52DC-FA9F-4121-9B54-5C427DA5E62C}'] end;
The IEnumerator type exposes the following members.
Show:
Name | Description | |
---|---|---|
GetCurrent | Represents method | |
MoveNext | Advances the enumerator to the next element of the collection. | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |