SequenceReader<T>.AdvancePast(T) 方法
定义
向前跳过具有给定 value 的连续实例。Advances past consecutive instances of the given value.
public:
long AdvancePast(T value);
public long AdvancePast (T value);
member this.AdvancePast : 'T -> int64
Public Function AdvancePast (value As T) As Long
参数
- value
- T
读取器要向前越过的值。The value past which the reader is to advance.
返回
读取器前进的位置数。The number of positions the reader has advanced.