# 集合ArrayList练习 **Repository Path**: chewelve/collection_arraylist_practice ## Basic Information - **Project Name**: 集合ArrayList练习 - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 39 - **Created**: 2020-06-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 集合ArrayList练习 #### 介绍 ##### 定义 ArrayList 集合,在集合中存入任意值,完成如下操作。 1. 查找集合中是否含有 abc 元素。 2. 将集合中元素下标是偶数的元素添加到另一个集合中。 3. 在集合中第一个元素的后面任意插入 3 个元素。 4. 将集合中的元素使用 Sort 方法排序后输出。 5. 将集合中的元素使用 Sort 方法排序后输出。 6. 使用ICompare的方式来排序输出string。