Interface IServiceId
Describes an abstract service identifier.
Namespace: Solti.Utils.DI.Interfaces
Assembly: Solti.Utils.DI.Interfaces.dll
Syntax
public interface IServiceId
Remarks
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 |