Represents an element that can be rendered in text. All decorators and the core element class implement this interface. More...
Public Member Functions | |
string | Render () |
Render this element as a string. | |
Represents an element that can be rendered in text. All decorators and the core element class implement this interface.
Definition at line 22 of file Decorator_Classes.cs.
string Render | ( | ) |
Render this element as a string.
Implemented in Decorator, WhiteBackgroundDecorator, UnderlineDecorator, RedForegroundDecorator, and TextElement.
Referenced by Decorator.Render(), and Decorator_Exercise.Run().