Summary
Resolves a type from the container.
- Namespace
- Cake
.Infrastructure .Composition - Containing Type
- AutofacTypeResolver
Syntax
public object Resolve(Type type)
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The type to resolve. |
Return Value
| Type | Description |
|---|---|
| object | The resolved instance or null if not found. |
