Merge remote-tracking branch 'origin/MetLife_v5.4' into ConnectPro_v1.1

This commit is contained in:
Chris Cameron
2018-11-06 13:25:17 -05:00

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");