FeedResponse<T>.GetEnumerator
Method
Definition
Returns an enumerator that iterates through a collection from the Azure DocumentDB database service.
public System.Collections.Generic.IEnumerator<T> GetEnumerator ();
Returns
IEnumerator<T>
An IEnumerator object that can be used to iterate through the collection.