public int ReadBytes( long pos, Span<byte> span )
Public Function ReadBytes ( pos As Long, span As Span(Of Byte) ) As Integer
member ReadBytes : pos : int64 * span : Span<byte> -> int
In This Article