IdSpan.UnsafeGetArray(IdSpan) 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.
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.