Partager via


ServiceHealthStateList.GetEnumerator Méthode

Définition

Retourne un énumérateur qui itère au sein d’une collection.

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

Retours

Renvoie un IEnumerator<T> objet qui peut être utilisé pour itérer dans la collection.

Implémente

S’applique à