NServiceBus.ObjectBuilder.Machine.SingletonResolver.SingletonResolver C# (CSharp) Method

SingletonResolver() public method

public SingletonResolver ( Type type, IMachineContainer container, object>.Func buildAndConfigure ) : System
type System.Type
container IMachineContainer
buildAndConfigure object>.Func
return System
    public SingletonResolver(Type type, IMachineContainer container, Func<Type, object> buildAndConfigure)
      : base(type, container, buildAndConfigure)
    {
    }