摘要:
interface IMy { } static class MyFunc { public static void Func(this T obj) where T : IMy { Console.WriteLine(obj); } public static vo... 阅读全文
摘要:
interface IMy { } static class MyFunc { public static void Func(this T obj) where T : IMy { Console.WriteLine(obj); } public static vo... 阅读全文
|