JaedenRuiner
Well-known member
- Joined
- Aug 13, 2007
- Messages
- 340
- Programming Experience
- 10+
Okay,
I'm inheriting from CollectionBase. I have an add method that calls List.Add as the examples suggest.
I'm not too bright here, but how in the world does "Add()" cause an "index out of bounds" error????!?!?!?!?!
I'm Adding? THe Index is never an issue.
If I were Inserting, then okay, but i'm not, so the index is determined as the last item in the list and voila.
Any ideas why this is happening?
THanks
Jaeden "Sifo Dyas" al'Raec Ruiner
I'm inheriting from CollectionBase. I have an add method that calls List.Add as the examples suggest.
I'm not too bright here, but how in the world does "Add()" cause an "index out of bounds" error????!?!?!?!?!
I'm Adding? THe Index is never an issue.
If I were Inserting, then okay, but i'm not, so the index is determined as the last item in the list and voila.
Any ideas why this is happening?
THanks
Jaeden "Sifo Dyas" al'Raec Ruiner