I\'m interested: What is C#\'s analog of std::pair in C++? I found System.Web.UI.Pair class, but I\'d prefer something template-based.
std::pair
System.Web.UI.Pair
Than
C# has tuples as of version 4.0.