缺少编译器要求的成员“ystem.Runtime.CompilerServices.ExtensionAttribute..ctor”

  1. //缺少编译器要求的成员“ystem.Runtime.CompilerServices.ExtensionAttribute..ctor”  
  2. namespace System.Runtime.CompilerServices  
  3. {  
  4.     public class ExtensionAttribute : Attribute { }  
  5. }  

猜你喜欢

转载自wanzhanzhuce.iteye.com/blog/2392703