/// <summary> /// Creates a new route enumerator. /// </summary> internal RouteEnumerator(Route route) { _route = route; }