public sealed class ByteSegmentValue : Value,
IEquatable<Value.ByteSegmentValue>
Value.ByteSegmentValue | Initializes a new instance of the Value.ByteSegmentValue class |
Bytes | |
IsNull |
Get null value instance.
(Inherited from Value) |
Length | |
Object | (Overrides Value.Object) |
Offset | |
Type | (Overrides Value.Type) |
Equals(Value.ByteSegmentValue) | |
Equals(Object) | (Overrides Object.Equals(Object)) |
EstimateSize | (Overrides Value.EstimateSize()) |
GetHashCode | (Overrides Object.GetHashCode()) |
Pack | (Overrides Value.Pack(Packer)) |
ToInteger |
Return value as an integer.
(Inherited from Value) |
ToLong |
Return value as a long.
(Inherited from Value) |
ToString | (Overrides Object.ToString()) |
ToUnsignedInteger |
Return value as an unsigned integer.
(Inherited from Value) |
ToUnsignedLong |
Return value as an unsigned long.
(Inherited from Value) |
ValidateKeyType |
Validate if value type can be used as a key.
(Inherited from Value) |
Write | (Overrides Value.Write(Byte[], Int32)) |
Equality(Value.ByteSegmentValue, Value.ByteSegmentValue) | |
Inequality(Value.ByteSegmentValue, Value.ByteSegmentValue) |