Search Results for

    Show / Hide Table of Contents

    Class ContainerTools

    Container tools for renderables

    Inheritance
    object
    ContainerTools
    Namespace: Terminaux.Writer.CyclicWriters.Renderer
    Assembly: Terminaux.dll
    Syntax
    public static class ContainerTools

    Methods

    | Edit this page View Source

    RenderContainer(Container)

    Renders the container

    Declaration
    public static string RenderContainer(Container container)
    Parameters
    Type Name Description
    Container container

    Container instance to render

    Returns
    Type Description
    string

    A container representation that you can render with WriteRaw(string, params object[])

    | Edit this page View Source

    WriteContainer(Container)

    Writes the container to the console

    Declaration
    public static void WriteContainer(Container container)
    Parameters
    Type Name Description
    Container container

    Container instance to write

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX