[]
Loads the object from a specified stream.
void LoadFromStream(Stream s)
Type | Name | Description |
---|---|---|
Stream | s | instance of the Stream. |
Loads the object from a specified stream, using a base URI for resolving relative URIs.
void LoadFromStream(Stream s, Uri baseUri)
Type | Name | Description |
---|---|---|
Stream | s | instance of the Stream. |
Uri | baseUri | The base URI for resolving relative URIs. |