What is C# analog of C++ std::pair?
Asked 07 September, 2021
Viewed 2.1K times
  • 63
Votes

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.

Thank you!

14 Answer