DoubleKeyFrameCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to