.Net2.0的集合操作 --- What i know?
摘要:
.Net2.0中提供的Array类 namespace System { public abstract class Array { public static TOutput[] ConvertAll(TInput[] input, Converter cc); public static bool Exists(T[] array, Predicate mat... 阅读全文
posted @ 2007-10-12 11:41 唐朝程序员 阅读(246) 评论(0) 推荐(0) 编辑