| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractRegularExpressionMethodPointcut.Matches(Type) Method
Should the pointcut apply to the supplied Type?
[Visual Basic]
Public NotOverridable Overloads Sub Matches( _
ByVal
type As
Type _
) _
Parameters
-
type
- The candidate Type.
Return Value
true if the advice should apply to the supplied type
Implements
ITypeFilter.Matches
Remarks
In this instance, simply returns true.
See Also
AbstractRegularExpressionMethodPointcut Class | Spring.Aop.Support Namespace | AbstractRegularExpressionMethodPointcut.Matches Overload List