MethodPointcut(string)
Initializes a new MethodPointcut.
Declaration
public MethodPointcut(string methodName)Parameters
| Type | Name | Description |
|---|---|---|
| string | methodName | Name of the method returning the set of targets. This method should have a specific signature as discussed in the class documentation. |