ServiceTypeList.GetEnumerator メソッド

定義

全体 ServiceTypeListの列挙子を返します。

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

戻り値

ServiceTypeList 全体の列挙子。

実装

適用対象