- Declared in: RT.KitchenSink.Collections.RVariant
Declaration
public RVariant(
XmlDocument document,
out string rootNodeName
)
Summary
Creates a RVariant from the specified XmlDocument. Does not tolerate
errors - will throw an exception if the XML is not a valid representation
of a RVariant. The name of the root element will be stored in the
"rootNodeName" parameter.