Loads an object from the specified Stream.
Namespace:
C1.C1ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
public bool FromXml( Stream stream ) |
| Visual Basic |
|---|
Public Function FromXml ( _ stream As Stream _ ) As Boolean |
Parameters
- stream
- Type: System.IO..::..Stream
The Stream that contains the object data.