I am trying to limit the size of my generic list so that after it contains a certain amount of values, it won\'t add any more.
I am trying to do this using the Capac
You should implement your own list/collection if you need to restrict the maximum quantity of item in it.