2015年3月13日

Delegate Action<T in> Func<T in,out Tresult> Predicate<T>

摘要: action 和 func 都是delegate的简写形式,其中T为可以接受的参数类型action 指那些只有输入参数,没有返回值Delegate 的代码1 public delegate void myDelegate(string str); //申明2 public static void ... 阅读全文

posted @ 2015-03-13 16:33 夜雨梧桐 阅读(513) 评论(0) 推荐(0) 编辑

C# 读取XML

摘要: 注意事项:1 var xmlReaderSettings = new XmlReaderSettings2 {3 IgnoreComments = true, //忽略注释4 IgnoreWhitespace... 阅读全文

posted @ 2015-03-13 16:19 夜雨梧桐 阅读(191) 评论(0) 推荐(0) 编辑

导航