01 2021 档案

摘要:/// <summary> /// 放到 public static 非索引 property上 /// </summary> [AttributeUsage(AttributeTargets.Property, Inherited = true)] class CheckedPropertyAtt 阅读全文
posted @ 2021-01-23 15:17 太初谷神 阅读(119) 评论(0) 推荐(0)
摘要:class XmlHelper { public XmlHelper() { } /// <summary> /// 读取 xml 文件内容 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="fileName"> 阅读全文
posted @ 2021-01-20 13:54 太初谷神 阅读(110) 评论(0) 推荐(0)
摘要:exercise 练习 learning note 阅读全文
posted @ 2021-01-20 13:39 太初谷神 阅读(52) 评论(0) 推荐(0)