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