EventDataReader.ReadArray<T>(ReadOnlySpan<Byte>, Int32) 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 ReadOnlySpan<T> ReadArray<T> (ref ReadOnlySpan<byte> data, int length) where T : struct;
static member ReadArray : ReadOnlySpan * int -> ReadOnlySpan<'T (requires 'T : struct)> (requires 'T : struct)
Public Shared Function ReadArray(Of T As Structure) (ByRef data As ReadOnlySpan(Of Byte), length As Integer) As ReadOnlySpan(Of T)
Type Parameters
- T
Parameters
- data
- ReadOnlySpan<Byte>
- length
- Int32
Returns
ReadOnlySpan<T>