Class ReadOnlyListEnumeratorT

ReadOnlyListEnumerator<T> class

public class ReadOnlyListEnumerator<T> : IEnumerator<T>

Constructors

NameDescription
ReadOnlyListEnumerator(IReadOnlyList<T>)

Properties

NameDescription
Current { get; }

Methods

NameDescription
Dispose()
MoveNext()
Reset()

See Also