HttpProductInfoHeaderValueCollection.First Method

Definition

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

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

Returns

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

Implements

Applies to

See also