Class SystemTypeExtensions
- Namespace
- Luny
- Assembly
- Luny.dll
public static class SystemTypeExtensions
- Inheritance
-
objectSystemTypeExtensions
Methods
HasAttribute<T>(Type)
public static bool HasAttribute<T>(this Type type) where T : Attribute
Parameters
typeType
Returns
- bool
Type Parameters
T