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)

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

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

Реализации

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