HttpContentCodingWithQualityHeaderValueCollection.GetView Method

Definition

Returns an immutable view of the HttpContentCodingWithQualityHeaderValueCollection.

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

Returns

The view of the HttpContentCodingWithQualityHeaderValueCollection.

Implements

Applies to