first


Description:

public A first ()

Returns the first value.

Example:

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

Returns:

the first value.