| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
TrueTypeFilter.Matches Method
Should the pointcut apply to the supplied Type?
[Visual Basic]
Public NotOverridable 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
See Also
TrueTypeFilter Class | Spring.Aop Namespace | Matches