QueryOperationResponse<T>.GetEnumerator Metoda

Definice

public:
 virtual System::Collections::Generic::IEnumerator<T> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<T> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>
Public Function GetEnumerator () As IEnumerator(Of T)

Návraty

Enumerátor pro kolekci QueryOperationResponse<T> položek.

Implementuje

Platí pro