second


Description:

public B second ()

Returns the second value.

Example:

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

Returns:

the second value.