insert_attribute
Description:
[
Version ( since =
"1.2" ) ]
public Result insert_attribute (
int idx,
Attribute attr)
Insert attribute into the array of attributes in this at index idx
.
When -1 is given as idx
, the attribute is inserted at the end.
Parameters:
this |
a Message
|
idx |
an index
|
attr |
a Attribute
|
Returns: