Table of Contents

Class TagExtensions

Namespace
Cratis.Chronicle
Assembly
Cratis.Chronicle.dll

Extension methods for working with tags.

public static class TagExtensions
Inheritance
TagExtensions
Inherited Members

Methods

GetTags(Type)

Get all tags from a type.

public static IEnumerable<string> GetTags(this Type type)

Parameters

type Type

Type to get from.

Returns

IEnumerable<string>

Collection of tag values.