IniDocument.Read Method (Stream)

TG.INI

IniDocumentRead Method (Stream)

Reads an INI file from a stream and parses the data.

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

Parameters

stream
Type: System.IOStream
A stream to read from.
See Also