Show / Hide Table of Contents

Class RouteTypeExtensions

Contains extension methods for the route type.

Inheritance
System.Object
RouteTypeExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class RouteTypeExtensions

Methods

ToExtended(RouteType)

Converts a route type to it's extended equivalent.

Declaration
public static RouteTypeExtended ToExtended(this RouteType routeType)
Parameters
RouteType routeType

Returns
RouteTypeExtended

Back to top Built by Itinero, MIT licensed.