Sdílet prostřednictvím


IniStreamConfigurationProvider.Read(Stream) Metoda

Definice

Načtěte datový proud hodnot INI do slovníku klíč/hodnota.

public:
 static System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Read(System::IO::Stream ^ stream);
public static System.Collections.Generic.IDictionary<string,string?> Read (System.IO.Stream stream);
static member Read : System.IO.Stream -> System.Collections.Generic.IDictionary<string, string>
Public Shared Function Read (stream As Stream) As IDictionary(Of String, String)

Parametry

stream
Stream

Datový proud dat INI.

Návraty

Hodnota IDictionary<TKey,TValue> , která byla přečtená ze streamu.

Platí pro