2010年8月18日

摘要: 赋值给System.Func<T,TResult> fun类型1,using System;delegate string ConvertMethod(string inString);public class DelegateExample{ public static void Main() { // Instantiate delegate to reference Upperc... 阅读全文
posted @ 2010-08-18 11:25 Henry_Wang 阅读(262) 评论(0) 推荐(0)

导航