Class ShapeShiftBinary
- Namespace
- ShapeShift
- Assembly
- ShapeShift.dll
Represents a binary value.
public sealed record ShapeShiftBinary : ShapeShiftValue, IShapeable<ShapeShiftValue>, IEquatable<ShapeShiftValue>, IEquatable<ShapeShiftBinary>
- Inheritance
-
ShapeShiftBinary
- Implements
-
IShapeable<ShapeShiftValue>
- Inherited Members
Constructors
ShapeShiftBinary(ReadOnlySpan<byte>)
Initializes a new instance of the ShapeShiftBinary class.
public ShapeShiftBinary(ReadOnlySpan<byte> value)
Parameters
valueReadOnlySpan<byte>The bytes to copy into the immutable value.
Properties
Value
Gets the represented bytes.
public ReadOnlyMemory<byte> Value { get; }