您的位置:首页 > 编程语言 > C#

一个C#实现的最简单的委托例子

2006-06-22 08:34 756 查看
1using System;

2

3namespace DelegateSample

4

结果:

From PrintInteger:The number is 10.

From PrintInteger:The number is 100.

press Enter to exit
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: