次の方法で共有


HttpTransferCodingHeaderValueCollection.First メソッド

定義

コレクション内の最初の HttpTransferCodingHeaderValue 項目を指す反復子を取得します。

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

戻り値

コレクション内の HttpTransferCodingHeaderValue 項目を 列挙するために使用できるオブジェクト。 反復子は、 HttpTransferCodingHeaderValueCollection 内の最初の HttpTransferCodingHeaderValue 項目を指します。

実装

適用対象