次の方法で共有


NodeHealthStateList.GetEnumerator メソッド

定義

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

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

戻り値

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

実装

適用対象