Edit

Share via


IdSpan.UnsafeGetArray(IdSpan) Method

Definition

Gets the underlying array from this instance.

public static byte[]? UnsafeGetArray (Orleans.Runtime.IdSpan id);
static member UnsafeGetArray : Orleans.Runtime.IdSpan -> byte[]
Public Shared Function UnsafeGetArray (id As IdSpan) As Byte()

Parameters

id
IdSpan

The id span.

Returns

Byte[]

The underlying array from this instance.

Applies to