interface for serialization components

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Public Interface IWriter _
	Implements IDisposable
C#
public interface IWriter : IDisposable
Visual C++
public interface class IWriter : IDisposable
JavaScript
Greatis.FormDesigner.IWriter = function();
Greatis.FormDesigner.IWriter.createInterface('Greatis.FormDesigner.IWriter');

See Also