HttpCacheDirectiveHeaderValueCollection.First Method

Definition

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

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

Returns

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

Implements

Applies to