I am looking for a inbuilt Data Structure in C#, which can hold pair like Key, Value, Value.
For Example for Dictionary in C# we have Key and Value. Similarly I am Looking a inbuilt data structure, which holds Key, Value, Value. It should be generic.