Saves an object to the specified Stream.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public void ToXml( Stream stream ) |
| Visual Basic (Declaration) |
|---|
Public Sub ToXml ( _ stream As Stream _ ) |
Parameters
- stream
- Type: System.IO..::..Stream
The Stream that contains the object data.