标签: c# .net-core
IServiceCollection Interface用外行英语是什么?我阅读了以下定义,但不理解。搜索通用,简单的词汇表定义。
"Specifies the contract for a collection of service descriptors."
答案 0 :(得分:1)
基本上,它是内置依赖项注入的接口。
帮助链接:Dependency injection in ASP.NET Core