| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
TypeNameTypeFilter.Matches Method
Does the supplied type's FullName match any of the TypeNamePatterns?
[Visual Basic]
Public NotOverridable Sub Matches( _
ByVal
type As
Type _
) _
Parameters
-
type
- The candidate Type.
Return Value
true if the type matches any of the TypeNamePatterns.
Implements
ITypeFilter.Matches
See Also
TypeNameTypeFilter Class | Spring.Aop.Support Namespace