委托,委托链学习
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace DelegateTest{ delegate void myDelegateHandle(string s); class Program { static void Main(string[] args) { myDelegateHandle mydel = new myDelegateHandle(A.Print); ... 阅读全文
posted @ 2013-07-18 15:26 中子持心 阅读(183) 评论(0) 推荐(0)
浙公网安备 33010602011771号