From 2024dc0171f877b6ebe3cc4b95b45a98b43182eb Mon Sep 17 00:00:00 2001 From: Jack Kanarish Date: Tue, 6 Nov 2018 13:06:39 -0500 Subject: [PATCH] fix: remove constraint --- ICD.Common.Utils/Extensions/ReflectionExtensions.cs | 1 - 1 file changed, 1 deletion(-) 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");