BoundedStream(Stream, Int64, Int64) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- stm
- Stream
- start
- Int64
- end
- Int64