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