2024年4月20日发(作者:)
70 new object[] { resultList, @"c:", @"c:Test_" + + ".xml" }
71 );
72 }
73 }
74
75 ine("");
76 #endregion
77 }
78
79 public static void ShowList(IList list)
80 {
81 ine("Type of list: {0}rnCount of current list: {1}rnType of item in list: {2}rn",
82 e(),
83 ,
84 list[0].GetType());
85 }
86 }
87 }
发布评论