get_term


Description:

public virtual unowned string get_term (uint n)

Get the n'th term in the list.

Note that in the default implementation it is guaranteed that the returned string is valid for the entire lifetime of the TermList.

Parameters:

this

The term list to get the nth term from

n

The (zero based) offset into the term list

Returns:

The nth string held in the term list