SceneNodeCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to

See also