Share via


BlockCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to