fix: remove constraint

This commit is contained in:
Jack Kanarish
2018-11-06 13:06:39 -05:00
parent 0ef0286a9f
commit 2024dc0171

View File

@@ -37,7 +37,6 @@ namespace ICD.Common.Utils.Extensions
/// <param name="inherits"></param>
/// <returns></returns>
public static IEnumerable<T> GetCustomAttributes<T>(this ICustomAttributeProvider extends, bool inherits)
where T : Attribute
{
if (extends == null)
throw new ArgumentNullException("extends");