Generic list are the list of object capable of storing any type, including Complex type such as class.
It can even store a List of Items as well.
Generic list is present in System.Collections.Generic Namespace in .Net frame work.
As every type in .Net inherits directly or indirectly from System.Objects, so by creating a List of Object we can store any type in List
0 Comment(s)