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
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
