IniConfigurationProvider.Load(Stream) Method

Definition

Loads the INI data from a stream.

public:
 override void Load(System::IO::Stream ^ stream);
public override void Load (System.IO.Stream stream);
override this.Load : System.IO.Stream -> unit
Public Overrides Sub Load (stream As Stream)

Parameters

stream
Stream

The stream to read.

Applies to