I\'m looking for a key/value pair object that I can include in a web service.
I tried using .NET\'s System.Collections.Generic.KeyValuePair<> class, but it doe
You can use Tuple
Tuple
see this for more details on Tuple usage : Working with Tuple in C# 4.0