HttpExpectationHeaderValueCollection.First Method

Definition

Retrieves an iterator to the first HttpExpectationHeaderValue item in the collection.

public:
 virtual IIterator<HttpExpectationHeaderValue ^> ^ First() = IIterable<HttpExpectationHeaderValue ^>::First;
IIterator<HttpExpectationHeaderValue> First();
public IIterator<HttpExpectationHeaderValue> First();
function first()
Public Function First () As IIterator(Of HttpExpectationHeaderValue)

Returns

An object that can be used to enumerate the HttpExpectationHeaderValue items in the collection. The iterator points to the first HttpExpectationHeaderValue item in the HttpExpectationHeaderValueCollection.

Implements

Applies to