The <arg> Element

Purpose

The <arg> element specifies a method or constructor argument.

The argument value may be specified either by the value attribute, a nested object or member element.

<arg> elements may appear inside <method> and <constructor> elements.

Attributes

NameTypeDescription
value CDATA Dynamic - The argument value. Alternatively, a value may be specified by a nested object or member element.

Body

The body of the <arg> element is defined by the following sequence:

(object|member)?

Related elements

<method>, <constructor>, <object>, <member>