IniDocument.Write Method (Stream)

TG.INI

IniDocumentWrite Method (Stream)

Writes the content of IniDocument to a Stream.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public void Write(
	Stream stream
)
Public Sub Write ( 
	stream As Stream
)
public:
void Write(
	Stream^ stream
)
member Write : 
        stream : Stream -> unit 

Parameters

stream
Type: System.IOStream
The Stream to write to.
See Also