TG.INI
IniDocumentWrite Method (TextWriter) |
Writes the content of IniDocument to a TextWriter.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public void Write( TextWriter writer )
Public Sub Write ( writer As TextWriter )
public: void Write( TextWriter^ writer )
member Write : writer : TextWriter -> unit
Parameters
- writer
- Type: System.IOTextWriter
The TextWriter to write to.
See Also