Show / Hide Table of Contents

Class VehicleExtensions

Contains extension methods

Inheritance
System.Object
VehicleExtensions
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 VehicleExtensions

Methods

ItineroAssembly()

Gets the itinero assembly to load embedded resources.

Declaration
public static Assembly ItineroAssembly()
Returns
Assembly

LoadEmbeddedResource(String)

Loads a string from an embedded resource stream.

Declaration
public static string LoadEmbeddedResource(string name)
Parameters
System.String name

Returns
System.String

Back to top Built by Itinero, MIT licensed.