FubuMVC.Core.Http.Owin.FubuOwinHost.FubuOwinHost C# (CSharp) Method

FubuOwinHost() public method

public FubuOwinHost ( IEnumerable routes ) : System
routes IEnumerable
return System
        public FubuOwinHost(IEnumerable<RouteBase> routes)
        {
            _routes = new RouteCollection();
            _routes.AddRange(routes);
        }