DeployedServiceTypeList.GetEnumerator Method

Definition

Gets an enumerator to items in this list.

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

Returns

The enumerator to items in this list.

Implements

Applies to