Summary
Get a value by type from the context
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Convention
Host Builder Extensions
Syntax
public static T Get<T>(this IServiceProviderDictionary serviceProviderDictionary)
Attributes
Type | Description |
---|---|
NotNullAttribute |
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
serviceProviderDictionary | I |
The properties |
Return Value
Type | Description |
---|---|
T | T. |