third


Description:

public C third ()

Returns the third value.

Example:

    var t = new Triple<string,string,string> ("a", "b", "c");
assert (t.third () == "c");

Returns:

the third value.