Click or drag to resize
BlueprintReadXml Method
Generates an object from its XML representation.

Namespace: Slash.ECS.Blueprints
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ReadXml(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The XmlReader stream from which the object is deserialized.

Implements

IXmlSerializableReadXml(XmlReader)
See Also