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.
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