Edit

Share via


RefEnumerable<T>.Enumerator Struct

Definition

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

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

Type Parameters

T
Inheritance
RefEnumerable<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