Search Results for

    Show / Hide Table of Contents

    Class MichelinePrim

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

    Properties

    | Improve this Doc View Source

    Annots

    Declaration
    public List<IAnnotation>? Annots { get; set; }
    Property Value
    Type Description
    System.Nullable<List<IAnnotation>>
    | Improve this Doc View Source

    Args

    Declaration
    public List<IMicheline>? Args { get; set; }
    Property Value
    Type Description
    System.Nullable<List<IMicheline>>
    | Improve this Doc View Source

    Prim

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

    Type

    Declaration
    public MichelineType Type { get; }
    Property Value
    Type Description
    MichelineType

    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