Click or drag to resize

IXmlDeserializationInfoGetMemoryStream Method

Reads a named MemoryStream child element.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
MemoryStream? GetMemoryStream(
	string name
)

Parameters

name  String
Element name.

Return Value

MemoryStream
The MemoryStream populated from the named child element, or null if not present.
See Also