ImmutableArray<T>.Enumerator Struct
Definition
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.
An array enumerator.
NuGet package: System.Collections.Immutable (about immutable collections and how to install)
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
Current |
Gets the current item. |
Methods
MoveNext() |
Advances to the next value in the array. |
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.