2010年12月15日

Linq to String备忘

摘要: 通过使用指定的谓词函数合并两个序列public static IEnumerableTResult ZipTFirst, TSecond, TResult(this IEnumerableTFirst first,IEnumerableTSecond second,FuncTFirst, TSecond, TResult resultSelector)示例:int[] numbers = { 1, 2, 3, 4 };string[] words = { "one", "two", "three" };var numbersAndWords = numbers.Zip(wo 阅读全文

posted @ 2010-12-15 21:55 林小 阅读(607) 评论(0) 推荐(0) 编辑

导航