ImmutableArray<T>.Enumerator Struct

Definition

public: value class ImmutableArray<T>::Enumerator
public struct ImmutableArray<T>.Enumerator
type ImmutableArray<'T>.Enumerator = struct
Public Structure ImmutableArray(Of T).Enumerator

Type Parameters

T
Inheritance
ImmutableArray<T>.Enumerator

Remarks

Important

This enumerator should not implement IDisposable. The iterator should inline in a foreach loop and not result in a try/finally frame in the client.

Properties

Current

Gets the current item.

Methods

MoveNext()

Advances to the next value in the array.

Applies to