RouteEntry

A route entry.

Constructors

this
this(RouteMode mode, string[] routes)

Creates a new route entry.

Members

Variables

mode
RouteMode mode;

The mode of the route.

routes
string[] routes;

The routes.

Meta