Minggu, 11 November 2007

List

What is actually List , Generic or T, it means that this has not yet been bound to a type argument.What differs from List for example, is that the List means it has been fully constructed,each of it's parameter has been bound.

Partially constructed generic type example:
class StringKeyDictionary : Dictionary { }

Tidak ada komentar: