ITypeResolver

Represents a type resolver.

Represents a type resolver.

Methods

public object Resolve(Type type)

Resolves an instance of the specified type.

Parameters:

type (Type)
The type to resolve.

Returns:

An instance of the specified type, or null if no registration for the specified type exists.