Click or drag to resize
ParaPlan Logo

RouteRoutes Method

[Missing <summary> documentation for "M:ParaPlanREST.Models.Route.Routes(System.Collections.Generic.List{ParaPlan.Entities.Route})"]

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Route> Routes(
	List<Route> routes
)

Parameters

routes
Type: System.Collections.GenericListRoute

[Missing <param name="routes"/> documentation for "M:ParaPlanREST.Models.Route.Routes(System.Collections.Generic.List{ParaPlan.Entities.Route})"]

Return Value

Type: ListRoute

[Missing <returns> documentation for "M:ParaPlanREST.Models.Route.Routes(System.Collections.Generic.List{ParaPlan.Entities.Route})"]

See Also