Edit

Share via


ReadOnlyRefEnumerable<T>.Enumerator Struct

Definition

A custom enumerator type to traverse items within a ReadOnlyRefEnumerable<T> instance.

public ref struct ReadOnlyRefEnumerable<T>.Enumerator
type ReadOnlyRefEnumerable<'T>.Enumerator = struct
Public Structure ReadOnlyRefEnumerable(Of T).Enumerator

Type Parameters

T
Inheritance
ReadOnlyRefEnumerable<T>.Enumerator

Properties

Current

Gets the element in the collection at the current position of the enumerator.

Methods

MoveNext()

Advances the enumerator to the next element of the collection.

Applies to