Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DangerousGetUnderlyingArray()

static ? byte[] System.Reflection.Internal.ImmutableByteArrayInterop.DangerousGetUnderlyingArray ( ImmutableArray< byte > array)
inlinestaticpackage

Definition at line 27 of file ImmutableByteArrayInterop.cs.

28 {
29 ByteArrayUnion byteArrayUnion = default(ByteArrayUnion);
30 byteArrayUnion.ImmutableArray = array;
31 return byteArrayUnion.UnderlyingArray;
32 }

References System.array, and System.Reflection.Internal.ImmutableByteArrayInterop.ByteArrayUnion.UnderlyingArray.

Referenced by System.Reflection.Metadata.BlobContentId.FromHash(), System.Reflection.Metadata.BlobBuilder.WriteBytes(), and System.Reflection.Metadata.BlobWriter.WriteBytes().