Saves an object to the specified Stream.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public void ToXml(
	Stream stream
)
Visual Basic
Public Sub ToXml ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
The Stream that contains the object data.

See Also