IResolver<T> Interface
Specifies a resolver that knows how to locate a T.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Buildup
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Interface IResolver(Of T)
public interface IResolver<T>
generic<typename T>
public interface class IResolver
JScript does not support generic types or methods.
Type Parameters
- T
Remarks
The resolver is often used to more clearly express the dependency a class may have on something that builds instances. This is often used in lieu of injecting an entire container into a constructor.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Buildup Namespace