| IOutput Interface |
Namespace: FlexRule
public interface IOutput : IDisposable
The IOutput type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Closes the output stream
| |
| Write |
Writes the text
| |
| WriteLine |
Writes an empty line
| |
| WriteLine(String) |
Writes a text and a new line feed character
|