IRandomAccessIterator<TValue>.move(Int32) 方法
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
按给定的元素数移动迭代器。
public:
int move(int _Offset);
public int move (int _Offset);
abstract member move : int -> int
Public Function move (_Offset As Integer) As Integer
- _Offset
- Int32
要遍历的元素数。 若要向前移动迭代器,请指定一个正数。 若要向后移动迭代器,请使用一个负数。
遍历的实际元素数。 如果在迭代所需的元素数之前到达了容器的开始或末尾位置,则此数字将与 _Offset
不同。
产品 | 版本 |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |