Skip to content

Reader<TInput> Properties

Provides functionality for parsing data from binary input.

Length

get
View source
public long Length
Gets the input length.

Property value

The input length.

Position

get
View source
public long Position
Gets the current reader position.

Property value

The current position.

Session

get
View source
public readonly SerializerSession Session
Gets the serializer session.

Property value

The serializer session.