| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
DynamicMethodMatcherPointcutAdvisor.Pointcut Property
The IPointcut that drives this advisor.
[Visual Basic]
Public NotOverridable ReadOnly Property Pointcut() As
IPointcut _
Public Get
End Get
End Property
[C#]
public
IPointcut Pointcut { public get; }
Implements
IPointcutAdvisor.Pointcut
Remarks
This implementation always returns itself (this object).
See Also
DynamicMethodMatcherPointcutAdvisor Class | Spring.Aop.Support Namespace