IServiceResolver
Represents a dependency resolver.
namespace Stashbox.Resolution
{
public interface IServiceResolver : IResolver
{
ServiceContext GetExpression(IResolutionStrategy resolutionStrategy, TypeInformation typeInfo, ResolutionContext resolutionContext);
bool CanUseForResolution(TypeInformation typeInfo, ResolutionContext resolutionContext);
}
}