Click or drag to resize
DigitalRuneLayoutSerializerLoad Method (XmlReader)
Loads the objects specified in the given XML container.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public IEnumerable Load(
	XmlReader xmlReader
)

Parameters

xmlReader
Type: System.XmlXmlReader
The XML reader.

Return Value

Type: IEnumerable
The instances created from the XML definition.
Exceptions
ExceptionCondition
ArgumentNullExceptionxmlReader is .
SerializationException Error while loading the objects. See exception message.
See Also