Using a generic List with a custom data type in C#
In my previous post I described how to create an array with a custom data type we declared in a…
brief, C#
Using List Tuples in C#
In most cases for storing data using a generic List<T> over an array is more suitable and lists offers more…