HttpContentCodingHeaderValueCollection.First Method

Definition

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

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

Returns

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

Implements

Applies to