HttpContentCodingWithQualityHeaderValueCollection.First Method

Definition

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

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

Returns

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

Implements

Applies to