HttpProductInfoHeaderValueCollection.GetView Method

Definition

Returns an immutable view of the 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)

Returns

The view of the HttpProductInfoHeaderValueCollection.

Implements

Applies to