class Program { static void Main(string[] args) { //ShowStack.TestPushAndPop(); //ShowStack.TestPeak(); //ShowStack.TestContains(); //ShowStack.TestContains2(); //ShowStack.TestConstructor(); //ShowArrayList.TestCRUD(); //ShowArrayList.TestEnumerator(); //ShowHashtable.TestCRUD(); //ShowHashtable.TestEnumerator(); CollectionPractice.TestSort(); } 转载于:https://www.cnblogs.com/grandydong/archive/2007/03/02/661415.html