IBinaryWriter.WriteAsync Method
Definition
Writes the specified bytes to the underlying destination.
public abstract ValueTask WriteAsync(ReadOnlyMemory<Byte> value);
Parameters
| Name | Type | Description |
|---|---|---|
value |
ReadOnlyMemory<Byte> |
The bytes to write. |
Returns
A ValueTask that completes when the bytes have been written.