Click or drag to resize
DigitalRuneLayoutSerializerOnGetType Method (XElement)
Called to find a type for the given XML element.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
protected virtual Type OnGetType(
	XElement element
)

Parameters

element
Type: System.Xml.LinqXElement
The XML element.

Return Value

Type: Type
The type for the given XML element.
Remarks
Per default, this method searches the current assembly and the Assemblies for the type. Derived classes can override this method to retrieve the type from other assemblies.
See Also