Writer<TBufferWriter>.Write(ReadOnlySpan<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the specified value.
public void Write (scoped ReadOnlySpan<byte> value);
member this.Write : ReadOnlySpan<byte> -> unit
Public Sub Write (value As ReadOnlySpan(Of Byte))
Parameters
- value
- ReadOnlySpan<Byte>
The value.