An NDoc Documented Class Library
AbstractXML.changeElement Method
Change a preexisting element.
public virtual
void
changeElement(
object
key
,
object
val
);
Parameters
key
Key of the element
val
Value of the element
See Also
AbstractXML Class
|
Converter Namespace