DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
ServiceCollection.cpp
Go to the documentation of this file.
1#include "pch.h"
4
5namespace DotNetDupe {
6 namespace Extensions {
7 namespace DependencyInjection {
18 }
19 }
20}
DotNetDupe::System::SmartPointer< DotNetDupe::System::IServiceProvider > BuildServiceProvider()
Compiles the registered service descriptors into an IServiceProvider.
ServiceProvider(const IServiceCollection &collection)
Initializes a root ServiceProvider from an IServiceCollection.
A unified smart pointer that supports both unique and shared ownership semantics.