| LayoutSerializerLoad Method (XContainer) |
Loads the objects specified in the given XML container.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public IEnumerable Load(
XContainer container
)
Public Function Load (
container As XContainer
) As IEnumerable
public:
IEnumerable^ Load(
XContainer^ container
)
member Load :
container : XContainer -> IEnumerable
Parameters
- container
- Type: System.Xml.LinqXContainer
The container, usually a XDocument.
Return Value
Type:
IEnumerableThe instances created from the XML definition.
Exceptions See Also