Class CyclicWriter
Base cyclic writer (for simple writing with scrolling lines on overflow, such as listing)
Inheritance
Namespace
Syntax
public abstract class CyclicWriter
Methods
Render()
Renders an element
Returns
string
Rendered text that will be used by the renderer
Declaration
public virtual string Render()