| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ITypeFilter.Matches Method
Should the pointcut apply to the supplied Type?
[Visual Basic]
Public Sub Matches( _
ByVal
type As
Type _
)
Parameters
-
type
- The candidate Type.
Return Value
true if the advice should apply to the supplied type
See Also
ITypeFilter Interface | Spring.Aop Namespace