SafeBuffer.ReadSpan<T>(UInt64, Span<T>) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Legge i tipi di valore dalla memoria a partire dall'offset e li scrive in un intervallo. Il numero di tipi di valore che verranno letti è determinato dalla lunghezza dell'intervallo.

public:
generic <typename T>
 where T : value class void ReadSpan(System::UInt64 byteOffset, Span<T> buffer);
[System.CLSCompliant(false)]
public void ReadSpan<T> (ulong byteOffset, Span<T> buffer) where T : struct;
[<System.CLSCompliant(false)>]
member this.ReadSpan : uint64 * Span<'T (requires 'T : struct)> -> unit (requires 'T : struct)
Public Sub ReadSpan(Of T As Structure) (byteOffset As ULong, buffer As Span(Of T))

Parametri di tipo

T

Tipo di valore da leggere.

Parametri

byteOffset
UInt64

Posizione dalla quale iniziare a leggere.

buffer
Span<T>

Intervallo di output da scrivere in.

Attributi

Si applica a