DoubleKeyFrameCollection.GetView 方法

定义

获取集合中的不可变视图。

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

返回

表示不可变集合视图的 对象。

实现

适用于