CodeCamp 2007, Sunday, 2.45PM
Robert Hope [info] presents:
Generics from top to bottom [description]
Agenda: lists, generic methods, generic classes, anonymous methods, List vs ArrayList, using generics with Enum (again Reflection), using generics with Clone (again Reflection), IComparer vs anonymous delegate.
Nothing really new to me in theory, but some nice applications of generics.
Worth working with? Sure.
PS Tip: use of default(t)
PS Tip: to resolve the name: rclick-> resolve->using libraryname adds ‘using’ directive on top automatically. Cool.