IniStreamConfigurationProvider.Read(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read a stream of INI values into a key/value dictionary.
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)
Parameters
- stream
- Stream
The stream of INI data.
Returns
The IDictionary<TKey,TValue> which was read from the stream.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.