TestCommandStatusList.GetEnumerator Method

Definition

Gets an enumerator to items in this list.

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

Returns

The enumerator that iterates through the list.

Implements

Applies to