Share via


HttpTransferCodingHeaderValueCollection.First Method

Definition

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

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

Returns

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

Implements

Applies to