IniDocument Constructor (Stream)

TG.INI

IniDocument Constructor (Stream)

Initializes a new instance of IniDocument then reads from a stream.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniDocument(
	Stream stream
)
Public Sub New ( 
	stream As Stream
)
public:
IniDocument(
	Stream^ stream
)
new : 
        stream : Stream -> IniDocument

Parameters

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