That\'s a pretty elementary question, but I have never delved into generics before and I found myself in the need to use it. Unfortunately I don\'t have the time right now to go
Basically, In C#, List < T > class represents a strongly typed list of objects that can be accessed by index.
List < T >
And it also supports storing values of a specific type without casting to or from object.
we can use in Interger value & String Value in the List.