XmlStreamDeserializationInfoBeginReading(Stream) Method |
Begins reading from the specified stream.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void BeginReading(
Stream stream
)
Parameters
- stream Stream
- The XML stream to read from.
See Also