Aracılığıyla paylaş


IniStreamConfigurationProvider.Read(Stream) Yöntem

Tanım

INI değerlerinin akışını bir anahtar/değer sözlüğüne okuma.

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)

Parametreler

stream
Stream

INI verilerinin akışı.

Döndürülenler

Akıştan IDictionary<TKey,TValue> okunan.

Şunlara uygulanır