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.  |