MethodSourceGetMethodsByAttributeT Method

Returns a collection of the methods decorated with the given attribute.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual IEnumerable<MethodInfo> GetMethodsByAttribute<T>(
	bool unused = false
)
where T : Attribute

Parameters

unused  Boolean  (Optional)
True to return unused handlers, false to return current used handlers.

Type Parameters

T

Return Value

IEnumerableMethodInfo
A collection of methods or an empty collection.

Implements

IMethodSourceGetMethodsByAttributeT(Boolean)

See Also