HealthStateChunkList<T>.GetEnumerator Method

Definition

Gets an enumerator to items in this list.

public System.Collections.Generic.IEnumerator<T> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>
Public Function GetEnumerator () As IEnumerator(Of T)

Returns

The enumerator to items in this list.

Implements

Applies to