Interface IServiceId

Describes an abstract service identifier.

Namespace: Solti.Utils.DI.Interfaces
Assembly: Solti.Utils.DI.Interfaces.dll
Syntax
public interface IServiceId
Remarks

A service can be identified uniquely by its Type and Key

Properties

Key

The (optional) service key (usually a name).

Declaration
object Key { get; }
Property Value
Type Description
System.Object

Type

Type of the service.

Declaration
Type Type { get; }
Property Value
Type Description
System.Type
In This Article
Back to top Generated by DocFX