Creates a Triple with the given values.
Example:
var triple = new Triple<string,string,string> ("a", "b", "c");
assert (triple.first () == "a");
| first |
the first value. |
| second |
the second value. |
| third |
the third value. |