Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ImmutableArray<T>.Enumerator Struct

Definition

Namespace:
System.Collections.Immutable
Assembly:
System.Collections.Immutable.dll
Package:
System.Collections.Immutable v11.0.0-preview.5.26302.115
Source:
ImmutableArray_1.Enumerator.cs
Source:
ImmutableArray_1.Enumerator.cs
Source:
ImmutableArray_1.Enumerator.cs
Source:
ImmutableArray_1.Enumerator.cs
Source:
ImmutableArray_1.Enumerator.cs
Source:
ImmutableArray_1.Enumerator.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents an array enumerator.

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

Name Description
Current

Gets the current item.

Methods

Name Description
MoveNext()

Advances to the next value in the array.

Applies to


Feedback

Was this page helpful?