Freigeben über


HttpContentCodingHeaderValueCollection.First Methode

Definition

Ruft einen Iterator zum ersten HttpContentCodingHeaderValue-Element in der Auflistung ab.

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

Gibt zurück

Ein -Objekt, das verwendet werden kann, um die HttpContentCodingHeaderValue-Elemente in der Auflistung aufzulisten. Der Iterator zeigt auf das erste HttpContentCodingHeaderValue-Element in der HttpContentCodingHeaderValueCollection.

Implementiert

Gilt für: