Emgu CV Library Documentation
XmlDeserialize<(Of <(T>)>) Method (xDoc)
NamespacesEmgu.UtilToolboxXmlDeserialize<(Of <(T>)>)(XmlDocument)

www.emgu.com/wiki
Convert an xml document to an object
Declaration Syntax
C#Visual BasicVisual C++
public static T XmlDeserialize<T>(
	XmlDocument xDoc
)
Public Shared Function XmlDeserialize(Of T) ( _
	xDoc As XmlDocument _
) As T
public:
generic<typename T>
static T XmlDeserialize(
	XmlDocument^ xDoc
)
Generic Template Parameters
T
The type of the object to be converted to
Parameters
xDoc (XmlDocument)
The xml document
Return Value
The object representation as a result of the deserialization of the xml document

Assembly: Emgu.Util (Module: Emgu.Util) Version: 1.1.3342.35620 (1.1.0.0)