Property RawData
RawData
Declaration
public ReadOnlySpan<byte> RawData { get; }
Property Value
public ReadOnlySpan<byte> RawData { get; }
ReadOnlySpan<Byte> |
Remarks
This retrieves the underlying data, which may be empty, independent of the actual element type. Thus, issues of endian mismatch can occur between host assumptions and target. Thus, caution is warranted when using this property.