摘要: using System.Xml.Linq; static void Main(string[] args) { XDocument xDocument = new XDocument(new XElement("mployess", //创建跟元素 new XElement("name", "a"),new XElem... 阅读全文
posted @ 2018-12-15 14:06 紅人 阅读(336) 评论(1) 推荐(0)
摘要: class Program { public IEnumerator GetEnumerator() { IEnumerable my = BlackAndWhite(); return my.GetEnumerator(); } public IEnumerable Bl... 阅读全文
posted @ 2018-12-15 13:17 紅人 阅读(290) 评论(1) 推荐(0)