PointCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to