Using .NET Framework Generics

In the .NET Framework, you can use generics to customize a method, class, structure, or interface according to the data type that it acts upon. Instead of writing a method, class, structure, or interface for a particular type, you can write it to use any type.

Bron : MSDN
Lees meer…

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply