Metalama//API Documentation/Advanced API/Metalama.​Framework.​Engine.​Services/Service­Provider<TBase>/With­Untyped­Service
Open sandboxFocus

Method WithUntypedService

WithUntypedService(Type, Object)

Declaration
public ServiceProvider<TBase> WithUntypedService(Type interfaceType, object implementation)
Parameters
Type Name Description
Type interfaceType
Object implementation
Returns
Type Description
ServiceProvider<TBase>