SignaturePointcut(string, params Type[])
Initializes a new SignaturePointcut.
Declaration
public SignaturePointcut(string name, params Type[] parameterTypes)Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the target method. |
| Type[] | parameterTypes | The exact type of parameters of this method. |