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 项。

实现

适用于