EventDataReader.ReadByte(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.
public static byte ReadByte (ref ReadOnlySpan<byte> data);
static member ReadByte : ReadOnlySpan -> byte
Public Shared Function ReadByte (ByRef data As ReadOnlySpan(Of Byte)) As Byte
Parameters
- data
- ReadOnlySpan<Byte>