public isSpecified(index as Int) as Boolean
Reports whether the indexed attribute was specified in the source text.
| Parameter | Description |
|---|---|
index | Zero-based attribute index. |
True when the attribute was explicitly specified.
specified = attrs.isSpecified(0)