ApplicationHealthStateList.GetEnumerator Method

Definition

Returns an enumerator that iterates through a collection.

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

Returns

The IEnumerator<T> object that can be used to iterate through the collection.

Implements

Applies to