Summary
Gets all methods with the specified attribute in `type`.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- ReflectionUtilities
Syntax
public static void GetAttributedMethods<TAttribute>(this Type type, BindingFlags bindingFlags, List<TAttribute> attributes, List<MethodInfo> methods)
where TAttribute : Attribute
Type Parameters
| Name | Description |
|---|---|
| TAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | |
| bindingFlags | BindingFlags | |
| attributes | List |
|
| methods | List |
Return Value
| Type | Description |
|---|---|
| void |