Condividi tramite


IdSpan.UnsafeCreate(Byte[], Int32) Metodo

Definizione

Crea un'istanza, specificando sia il codice hash che il valore.

public static Orleans.Runtime.IdSpan UnsafeCreate (byte[]? value, int hashCode);
static member UnsafeCreate : byte[] * int -> Orleans.Runtime.IdSpan
Public Shared Function UnsafeCreate (value As Byte(), hashCode As Integer) As IdSpan

Parametri

value
Byte[]

Valore sottostante.

hashCode
Int32

Hash del valore sottostante.

Restituisce

Istanza di IdSpan.

Commenti

Questo metodo è destinato all'uso da parte di serializzatori e altre librerie di basso livello.

Si applica a