Quote:
|
quote: How do you merge the three ILists which you get out of the example, in an easy way
|
Code:
ArrayList ar=new ArrayList();
ar.AddRange(Items.GetItems(1,4));
ar.AddRange(Items.GetItems('a','f'));
Quote:
|
quote: As I see it, you do not get the same result from adding using int as adding using char
|
yes,OP wanted the same thing
if you inherit from ArrayList user could change the collection..
_____________
Mehdi.
software student.