HttpProductInfoHeaderValueCollection.GetView 方法

定义

返回 HttpProductInfoHeaderValueCollection 的不可变视图。

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

返回

HttpProductInfoHeaderValueCollection 的视图。

实现

适用于