IBaseIterator<TValue>.get_bias 方法

定义

获取迭代器的偏移。 偏移是迭代器相对于元素零的偏移量。

public:
 int get_bias();
public int get_bias ();
abstract member get_bias : unit -> int
Public Function get_bias () As Integer

返回

迭代器的偏移。

适用于