Class Byte64
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Abstractions.Types
Assembly: Catalyst.Abstractions.dll
Syntax
public class Byte64 : FixedSizeBytes<Byte64>
Constructors
| Improve this Doc View SourceByte64()
Declaration
public Byte64()
Byte64(Byte[])
Declaration
public Byte64(byte[] rawBytes)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | rawBytes |
Properties
| Improve this Doc View SourceSize
Declaration
protected override sealed int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Catalyst.Abstractions.Types.FixedSizeBytes<Catalyst.Abstractions.Types.Byte64>.Size