NewtonsoftJsonConfigurationProvider.Load(Stream) 方法
定义
从流加载 JSON 数据。Loads the JSON 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)
参数
- stream
- Stream
要读取的流。The stream to read.