| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
DynamicMethodMatcherPointcutAdvisor.MethodMatcher Property
The IMethodMatcher for this pointcut.
[Visual Basic]
Public Overridable ReadOnly Property MethodMatcher() As
IMethodMatcher _
Public Get
End Get
End Property
Property Value
The current IMethodMatcher.
Implements
IPointcut.MethodMatcher
Remarks
This implementation always returns itself (this object).
See Also
DynamicMethodMatcherPointcutAdvisor Class | Spring.Aop.Support Namespace