T
Tony Johansson
Hi!
The purpose of CollectionBase is to create a custom collectionclass that
derivs from CollectionBase
In the CollectionBase class there are two members called List and InnerList.
List return an IList and InnerList is an ArrayList.
I just wonder what is the point to use List because InnerList contain all
that exist in List + some more.
//Tony
The purpose of CollectionBase is to create a custom collectionclass that
derivs from CollectionBase
In the CollectionBase class there are two members called List and InnerList.
List return an IList and InnerList is an ArrayList.
I just wonder what is the point to use List because InnerList contain all
that exist in List + some more.
//Tony