Show / Hide Table of Contents

    Class Byte32

    Inheritance
    System.Object
    FixedSizeBytes<Byte32>
    Byte32
    Inherited Members
    FixedSizeBytes<Byte32>.RawBytes
    FixedSizeBytes<Byte32>.RandomBytes()
    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 Source

    Byte32()

    Declaration
    public Byte32()
    | Improve this Doc View Source

    Byte32(Byte[])

    Declaration
    public Byte32(byte[] rawBytes)
    Parameters
    Type Name Description
    System.Byte[] rawBytes

    Properties

    | Improve this Doc View Source

    Size

    Declaration
    protected override sealed int Size { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    Catalyst.Abstractions.Types.FixedSizeBytes<Catalyst.Abstractions.Types.Byte32>.Size
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network