Stream Constructor (String, Stream) | MSG .NET Class Library |
Initializes a new instance of the Stream class and load data from the specified
Stream.
Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public Stream( string name, Stream stream )
public Stream( string name, Stream stream )
Public Sub New ( name As String, stream As Stream )
Public Sub New ( name As String, stream As Stream )
Dim name As String Dim stream As Stream Dim instance As New Stream(name, stream)
Dim name As String Dim stream As Stream Dim instance As New Stream(name, stream)
public Stream( String name, Stream stream )
public Stream( String name, Stream stream )
public function Stream( name : String, stream : Stream )
public function Stream( name : String, stream : Stream )
Independentsoft.IO.StructuredStorage.Stream = function(name, stream);
Independentsoft.IO.StructuredStorage.Stream = function(name, stream);
See Also