Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
Max 21
Angualr Top questions

Details



Peter Agyekum What are the generics in C#? Generics allow you to write a class or method that can work with any data type. Generics allow you to define the specification of the data type of programming elements in a class or a method, until it is actually used in the program.
Related Topics