HttpTransferCodingHeaderValueCollection.GetView 方法

定义

返回 HttpTransferCodingHeaderValueCollection 的不可变视图。

public:
 virtual IVectorView<HttpTransferCodingHeaderValue ^> ^ GetView() = IVector<HttpTransferCodingHeaderValue ^>::GetView;
IVectorView<HttpTransferCodingHeaderValue> GetView();
public IReadOnlyList<HttpTransferCodingHeaderValue> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of HttpTransferCodingHeaderValue)

返回

HttpTransferCodingHeaderValueCollection 的视图。

实现

适用于