次の方法で共有


ServiceHealthStateList.GetEnumerator メソッド

定義

コレクションを反復処理する列挙子を返します。

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)

戻り値

コレクションの IEnumerator<T> 反復処理に使用できるオブジェクトを返します。

実装

適用対象