GrainType.AsSpan Method

Definition

Returns a span representation of this instance.

public ReadOnlySpan<byte> AsSpan ();
member this.AsSpan : unit -> ReadOnlySpan<byte>
Public Function AsSpan () As ReadOnlySpan(Of Byte)

Returns

A ReadOnlySpan<T> representation of the value.

Applies to