Tuesday, January 30, 2018

A Step Into The C# Generics Collection

Generics is a type of parameter which allows you to specify an arbitrary type T to a method at compile time having no concrete type specification in the method or class declaration.

source http://www.c-sharpcorner.com/Blogs/a-step-into-the-c-sharp-generics-collection

No comments:

Post a Comment