摘要:
缓存帮助类: public class CacheHelper { //ConcurrentDictionary<object, CacheEntry> _entries //public static MemoryCache //缓存容器 private static ConcurrentDict 阅读全文
摘要:
C#如何获取object对象的属性值 /// <summary> /// 获取一个类指定的属性值 /// </summary> /// <param name="info">object对象</param> /// <param name="field">属性名称</param> /// <retu 阅读全文