IEnumerable<T> Interface

Definition

Provides an enumerator for a sequence of values.

Delphi
IEnumerable<T> = interface(IInterface)

Type Parameters

T

The type of values in the sequence.

Inheritance
IInterface
IEnumerable<T>
Derived

Methods

GetEnumerator

Returns an enumerator that iterates through the sequence.