TextWriterOutput
Wraps a TextWriter so that it can be used for output.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings.Core.Output
- Assembly: UnityEngine.SmartStringsModule
- Implements: IOutput
public class TextWriterOutput : IOutput
Constructors
Constructor | Description |
|---|---|
| TextWriterOutput(System.IO.TextWriter) | Creates a new instance of TextWriterOutput. |
Properties
Property | Description |
|---|---|
| Output | TextWriter that receives the formatted text. |