AsyncTest.BetterAsyncControllerActionInvokerTest.BetterAsyncControllerActionInvokerTestWrapper.BetterAsyncControllerActionInvokerTestWrapper C# (CSharp) Method

BetterAsyncControllerActionInvokerTestWrapper() public method

public BetterAsyncControllerActionInvokerTestWrapper ( IControllerDescriptorCache descriptorCache ) : System.Web.Mvc
descriptorCache IControllerDescriptorCache
return System.Web.Mvc
            public BetterAsyncControllerActionInvokerTestWrapper(IControllerDescriptorCache descriptorCache)
                : base(descriptorCache)
            {
            }
BetterAsyncControllerActionInvokerTest.BetterAsyncControllerActionInvokerTestWrapper