SpanExtensions.Read(Stream, Span<Byte>) Method

Definition

public static int Read (this System.IO.Stream stm, Span<byte> buffer);
static member Read : System.IO.Stream * Span<byte> -> int
<Extension()>
Public Function Read (stm As Stream, buffer As Span(Of Byte)) As Integer

Parameters

stm
Stream
buffer
Span<Byte>

Returns

Applies to