Example #1
0
 private ReadOnlySpan <byte> AsSpan()
 {
     return(MemoryMarshal.AsBytes(SpanHelpers.CreateReadOnlySpan(ref this, 1)));
 }