IMethodSource Interface

Interface for accessing 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 interface IMethodSource

Methods

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

See Also