Method CurrentValue
CurrentValue()
The value at the current decoding index. Only valid when CurrentIndex() would return a valid result.
This is only intended for use after AdvanceToIndex(Int64) returned true
.
Declaration
public virtual long CurrentValue()
Returns
Type | Description |
---|---|
System.Int64 | The value encoded at CurrentIndex(). |