KeyValue pair class

The KeyValue pair class stores a pair of values in a single list. It’s super easy to create a list of single value. Here is an example; What if we want to store pair of values instead of creating any custom classes? We can use KeyValue pair class; KeyValue pair class can also be used … Continue reading KeyValue pair class