共用方式為


PartitionHealthStateList.GetEnumerator Method

Definition

Returns an enumerator that iterates through a collection.

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

Returns

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

Implements

Applies to