get_attribute_val_n
Description:
public unowned string?
get_attribute_val_n (
string key,
uint nth)
Get the nth
attribute with key key
in this.
Parameters:
this |
a Message
|
key |
the key
|
nth |
the index
|
Returns:
the attribute value of the nth attribute with key .
|