摘要:
Delegatesnamespace System { public delegate void Action<T>(T obj); public delegate bool Predicate<T>(T obj); public delegate U Converter<T,U>(T from); public delegate int Comparison<T>(T x, T y);}List<T>public class List<T> : … {public int FindIndex(Predicate<T 阅读全文
posted @ 2011-07-11 16:32
钻石眼泪
阅读(1098)
评论(0)
推荐(0)
浙公网安备 33010602011771号