HttpContentCodingHeaderValueCollection.GetView Method

Definition

Returns an immutable view of the HttpContentCodingHeaderValueCollection.

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

Returns

The view of the HttpContentCodingHeaderValueCollection.

Implements

Applies to