ITypeResolver Interface

Represents a type resolver.
public interface ITypeResolver
Implementing Types

Methods

abstract object Resolve(Type)
Resolves an instance of the specified type.

Extension Methods

T And<ITypeResolver>(Action<ITypeResolver>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.