Class ServiceEntryAdvancedExtensions

Defines some extensions for the AbstractServiceEntry class.

Inheritance
System.Object
ServiceEntryAdvancedExtensions
Namespace: Solti.Utils.DI
Assembly: Solti.Utils.DI.dll
Syntax
public static class ServiceEntryAdvancedExtensions : Object

Methods

IsInstance(AbstractServiceEntry)

The service was registered via Instance(IServiceCollection, Type, Object, Object, ServiceOptions) call.

Declaration
public static bool IsInstance(this AbstractServiceEntry self)
Parameters
Type Name Description
AbstractServiceEntry self
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX