[This is preliminary documentation and is subject to change.]

Stores this object to specified stream. Stream is truncated.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Save(
	Stream stream
)
Public Sub Save ( _
	stream As Stream _
)
public:
void Save(
	Stream^ stream
)

Parameters

stream
Stream
Target stream.

Remarks

Intended only for internal use, so use with care.

Exceptions

ExceptionCondition
System..::.ObjectDisposedExceptionObject has been disposed.

See Also