Retrieves a collection of custom attributes of a specified type that are applied to a specified
parameter.
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
Type Parameters
- T
- The type of attribute to search for.
Return Value
Type: IEnumerableTA collection of the custom attributes that are applied to element and that match T, or an empty collection if no such attributes exist.
See Also