Click or drag to resize

XmlStreamDeserializationInfoBeginReading(Stream) Method

Begins reading from the specified stream.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void BeginReading(
	Stream stream
)

Parameters

stream  Stream
The XML stream to read from.
See Also