摘要:
静态成员的动态封装类 dynamic dynamic = new StaticMemberDynamicWrapper(typeof(string)); // 动态调用静态方法 var r = dynamic.Concat("A", "B"); Console.WriteLine(r); if (r 阅读全文
posted @ 2021-01-20 20:26
wesson2019
阅读(126)
评论(0)
推荐(0)
摘要:
标识位 byte BitArray 阅读全文
posted @ 2021-01-20 20:22
wesson2019
阅读(118)
评论(0)
推荐(0)
摘要:
一般用法 public sealed class Singleton { private static readonly Singleton _instance = new Singleton(); static Singleton() { } private Singleton() { } pub 阅读全文
posted @ 2021-01-20 20:14
wesson2019
阅读(62)
评论(0)
推荐(0)

浙公网安备 33010602011771号