QueryOperationResponse<T>.GetEnumerator Метод

Определение

Выполняет DataServiceQuery<TElement> и возвращает элементы QueryOperationResponse<T>.

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)

Возвращаемое значение

IEnumerator<T>

Перечислитель коллекции элементов QueryOperationResponse<T>.

Реализации

Применяется к