Click or drag to resize

RosNodeConfigurationReadXml Method

Generates an object from its XML representation.

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public void ReadXml(
	XmlReader reader
)

Parameters

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

Implements

IXmlSerializableReadXml(XmlReader)
Exceptions
ExceptionCondition
XmlException Thrown when an XML error condition occurs.
See Also

Reference

IXmlSerializable.ReadXml(XmlReader)