Share via


IniStreamConfigurationProvider.Read(Stream) 메서드

정의

키/값 사전으로 INI 값의 스트림을 읽습니다.

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)

매개 변수

stream
Stream

INI 데이터 스트림입니다.

반환

스트림에서 읽은 IDictionary<TKey,TValue>입니다.

적용 대상