IMethodSourceGetMethodsByAttributeT Method

Returns a collection of methods decorated with the given attribute.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
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

See Also