Class TagExtensions
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
Returns
- IEnumerable<string>
Collection of tag values.