diff --git a/ICD.Common.Utils/Extensions/ReflectionExtensions.cs b/ICD.Common.Utils/Extensions/ReflectionExtensions.cs index 598078f..6ed8d6c 100644 --- a/ICD.Common.Utils/Extensions/ReflectionExtensions.cs +++ b/ICD.Common.Utils/Extensions/ReflectionExtensions.cs @@ -37,7 +37,6 @@ namespace ICD.Common.Utils.Extensions /// /// public static IEnumerable GetCustomAttributes(this ICustomAttributeProvider extends, bool inherits) - where T : Attribute { if (extends == null) throw new ArgumentNullException("extends");