Del via


ValueAsnReader.ReadEncodedValue Method

Definition

Get a ReadOnlySpan<T> view of the next encoded value, and advance the reader past it. For an indefinite length encoding, this includes the End of Contents marker.

public:
 ReadOnlySpan<System::Byte> ReadEncodedValue();
public ReadOnlySpan<byte> ReadEncodedValue();
member this.ReadEncodedValue : unit -> ReadOnlySpan<byte>
Public Function ReadEncodedValue () As ReadOnlySpan(Of Byte)

Returns

A ReadOnlySpan<T> view of the next encoded value.

Applies to

See also