Returns the second value.
Example:
var pair = new Pair<string,string> ("hello", "world"); assert (pair.second () == "world");
the second value.