'Declaration
Public Overloads Sub Read( _ ByVal Stream As System.IO.Stream _ )
'Usage
Dim instance As DicomDataSet Dim Stream As System.IO.Stream instance.Read(Stream)
public void Read( System.IO.Stream Stream )
public procedure Read( Stream: System.IO.Stream );
public function Read( Stream : System.IO.Stream );
public: void Read( System.IO.Stream* Stream )
public: void Read( System.IO.Stream^ Stream )
Parameters
- Stream
The Stream from which to read.