An NDoc Documented Class Library

AbstractXML.addAttribute Method 

Add a new attribute.

public virtual void addAttribute(
   object key,
   object val
);

Parameters

key
Key of the attribute
val
Value of the attribute

See Also

AbstractXML Class | Converter Namespace