Class Byte32
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 Byte32 : FixedSizeBytes<Byte32>
Constructors
| Improve this Doc View SourceByte32()
Declaration
public Byte32()
Byte32(Byte[])
Declaration
public Byte32(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.Byte32>.Size