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 SourceRenderContainer(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[]) |
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 |