AutofacTypeResolver.

Resolve(Type) Method

Summary

Resolves a type from the container.

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.