BoundedStream(Stream, Int64, Int64) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
BoundedStream(System::IO::Stream ^ stm, long start, long end);
public BoundedStream (System.IO.Stream stm, long start, long end);
new Microsoft.Solutions.BTAHL7.Pipelines.BoundedStream : System.IO.Stream * int64 * int64 -> Microsoft.Solutions.BTAHL7.Pipelines.BoundedStream
Public Sub New (stm As Stream, start As Long, end As Long)
参数
- stm
- Stream
- start
- Int64
- end
- Int64