摘要:
interface IMy { } static class MyFunc { public static void Func(this T obj) where T : IMy { Console.WriteLine(obj); } public static vo... 阅读全文
posted @ 2017-12-02 09:47
LGED
阅读(1054)
评论(0)
推荐(0)
摘要:
interface IMy { } static class MyFunc { public static void Func(this T obj) where T : IMy { Console.WriteLine(obj); } public static vo... 阅读全文
posted @ 2017-12-02 09:47
LGED
阅读(1054)
评论(0)
推荐(0)
|