HttpCookiePairHeaderValueCollection.First Method

Definition

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

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

Returns

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

Implements

Applies to