摘要:
/*这是要编译的cs文件*/using System;using System.Collections.Generic;using System.Web;namespace iTeam{ public interface ITest { string Write(); } public class Test : ITest { #region 测试反射 public string Write() { return "My Name is " + Name + ",Age is " + Age.ToString(); } #endregion#region 阅读全文
posted @ 2011-11-22 16:00
Gonziy
阅读(109)
评论(0)
推荐(0)
浙公网安备 33010602011771号