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> 항목의 컬렉션에 대한 열거자입니다.

구현

적용 대상