reuse generics
Enhancing Development and Performance with C# 2.0 Generics
White Paper Generics allow you to define data structures, without committing to actual data types. In concept, Generics are similar to C++ template, but are drastically different in implementation and capabilities. [25 Feb 2004]