摘要: class Program { static void Main(string[] args) { List<string> ss = new List<string>(); ss.Add("a"); ss.Add("b"); ss.Add("c"); ss.Add("d"); ss.Add("e"); ss.Add("f"); ss.Add("g"); ss.Ad... 阅读全文
posted @ 2013-04-18 16:52 Go和分布式IM 阅读(251) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ReflectCallPrivateMethod{ class Program { static void Main(string[] args) { BasePage pb = new BasePage(); Type ty = pb.GetType(); System.Reflection.MethodI... 阅读全文
posted @ 2013-04-18 16:29 Go和分布式IM 阅读(160) 评论(0) 推荐(0) 编辑