Append(Route) : Route uno
Returns a new route with the given SubRoute attached.
Reporesents a route to be used with Router.
This class represents one element in a linked list, that forms a multi-level route path with optional parameters for each part of the path.
The instances are immutable.
Returns a new route with the given SubRoute attached.
Returns the number of path elements in the SubRoute chain.
The parameter to be supplied to the Path for this part of the route
Points to the next Route object in a linked list of path elements.
Can be null
if this is the last path element in the route.