mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-14 04:58:33 +00:00
fix: remove constraint
This commit is contained in:
parent
0ef0286a9f
commit
2024dc0171
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ namespace ICD.Common.Utils.Extensions
|
||||||
/// <param name="inherits"></param>
|
/// <param name="inherits"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static IEnumerable<T> GetCustomAttributes<T>(this ICustomAttributeProvider extends, bool inherits)
|
public static IEnumerable<T> GetCustomAttributes<T>(this ICustomAttributeProvider extends, bool inherits)
|
||||||
where T : Attribute
|
|
||||||
{
|
{
|
||||||
if (extends == null)
|
if (extends == null)
|
||||||
throw new ArgumentNullException("extends");
|
throw new ArgumentNullException("extends");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue