mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Fixing ambiguous reference
This commit is contained in:
parent
35811f8273
commit
d8ab73d356
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ namespace ICD.Common.Utils
|
|||
if (method == null)
|
||||
throw new ArgumentNullException("method");
|
||||
|
||||
foreach (Attribute attribute in method.GetCustomAttributes<Attribute>(false))
|
||||
foreach (Attribute attribute in ReflectionExtensions.GetCustomAttributes<Attribute>(method, false))
|
||||
s_AttributeToMethodCache[attribute] = method;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue