|
ArrayList al1 = new ArrayList();
ArrayList al2 = new ArrayList();
al1.AddRange(al2);
Remember that since arraylists aren't sets, dupes won't be removed.
|
|
Expert:
|
Sergio Costa
|
|
Date:
|
Jan 05, 2007
|
|
Time:
|
10:30
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
thanks, Sergio, I didn't know about that...
|
|
Expert:
|
theDude
|
|
Date:
|
Jan 05, 2007
|
|
Time:
|
15:29
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
|
|
|
|
This question has been answered, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write an Answer Summary for this question by clicking on the "Answer Summaries" Tab.
|
|