Share via


TransformCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to