'Declaration Public Sub AddFile( _
ByVal streamThe stream to add.As System.IO.Stream _
)
public void AddFile(
System.IO.Stream stream
)
public: void AddFile(
System.IO.Stream* stream
)
public:
void AddFile(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream to add.