1 reference to GetCustomAttributes
mscorlib (1)
system\reflection\CustomAttributeExtensions.cs (1)
139
return (IEnumerable<T>)
GetCustomAttributes
(element, typeof(T), inherit);