Struct Leb128<T>.Enumerator
Represents an enumerator that produces 7-bit encoded integer as a sequence of octets.
Inherited Members
Namespace: DotNext.Buffers.Binary
Assembly: DotNext.dll
Syntax
public struct Leb128<T>.Enumerator
Properties
| Edit this page View SourceCurrent
The current octet.
Declaration
public readonly byte Current { get; }
Property Value
Type | Description |
---|---|
byte |
Methods
| Edit this page View SourceMoveNext()
Moves to the next octet.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool |