PointCollection.First 方法

定义

返回集合中项的迭代器。

public:
 virtual IIterator<Point> ^ First() = IIterable<Point>::First;
IIterator<Point> First();
public IIterator<Point> First();
function first()
Public Function First () As IIterator(Of Point)

返回

迭代器对象。 迭代器的当前位置是 0 索引位置,如果集合为空,则位于集合末尾。

实现

适用于