SequenceReader<T>.AdvancePast(T) 方法

定义

向前跳过具有给定 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

读取器要向前越过的值。

返回

读取器前进的位置数。

适用于