TypeExtensions static class TypeExtensions Documentation Code public static TAttribute GetCustomAttribute<TAttribute>(this TypeInfo typeInfo) where TAttribute : Attribute public static IEnumerable<Attribute> GetCustomAttributes(this ParameterInfo parameter) public static IEnumerable<Attribute> GetCustomAttributes(this MemberInfo property) public static TypeInfo GetTypeInfo(this Type type)