Search Results for

    Show / Hide Table of Contents

    Class MichelineBytes

    Inheritance
    System.Object
    MichelineBytes
    Implements
    IMicheline
    Namespace: Netezos.Encoding
    Assembly: Netezos.dll
    Syntax
    public class MichelineBytes : object, IMicheline

    Constructors

    | Improve this Doc View Source

    MichelineBytes(Byte[])

    Declaration
    public MichelineBytes(byte[] value)
    Parameters
    Type Name Description
    System.Byte[] value

    Properties

    | Improve this Doc View Source

    Type

    Declaration
    public MichelineType Type { get; }
    Property Value
    Type Description
    MichelineType
    | Improve this Doc View Source

    Value

    Declaration
    public byte[] Value { get; set; }
    Property Value
    Type Description
    System.Byte[]

    Methods

    | Improve this Doc View Source

    Write(BinaryWriter, Int32)

    Declaration
    public void Write(BinaryWriter writer, int depth = 0)
    Parameters
    Type Name Description
    BinaryWriter writer
    System.Int32 depth

    Implements

    IMicheline
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad