AutodiscoverResponseCollection1.GetEnumerator

AutodiscoverResponseCollection<TResponse>.GetEnumerator method

Gets an enumerator that iterates through the elements of the collection.

public IEnumerator<TResponse> GetEnumerator()

Return Value

An IEnumerator for the collection.

See Also