目录一、为什么使用Autofac?1.1、性能1.2、优点1.3、资源二、数据准备2.1、新建项目(例)2.2、Autofac安装三、IoC-注册3.1、类型注册3.2、实例注册3.3、Lambda注册3.4、程序集注册3.5、泛型注册3.6、默认注册四、IoC-
I am having difficulty with the following code which is inside a static method of a non-static class.