Implementation of the IWriter and ILazyWrite interface for the text stream
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class TextFormWriter _ Implements IWriter, IDisposable, ILazyWrite |
| C# |
|---|
public class TextFormWriter : IWriter, IDisposable, ILazyWrite |
| Visual C++ |
|---|
public ref class TextFormWriter : IWriter, IDisposable, ILazyWrite |
| JavaScript |
|---|
Greatis.FormDesigner.TextFormWriter = function(); Type.createClass( 'Greatis.FormDesigner.TextFormWriter', null, Greatis.FormDesigner.IWriter, IDisposable, Greatis.FormDesigner.ILazyWrite); |