Show / Hide Table of Contents

Class Extensions

Contains extension methods related to both Itinero and Itinero.

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

Methods

Add(IAttributeCollection, Tag)

Adds a tag as an attribute.

Declaration
public static void Add(this IAttributeCollection attributes, Tag tag)
Parameters
IAttributeCollection attributes

Tag tag

AddOrAppend(TagsCollectionBase, Tag)

Adds or appends the tag value to the value collection.

Declaration
public static void AddOrAppend(this TagsCollectionBase tags, Tag tag)
Parameters
TagsCollectionBase tags

Tag tag

ToAttributes(TagsCollectionBase)

Converts the given tags collection to an attributes collection.

Declaration
public static IAttributeCollection ToAttributes(this TagsCollectionBase tagsCollection)
Parameters
TagsCollectionBase tagsCollection

Returns
IAttributeCollection

Back to top Built by Itinero, MIT licensed.