| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractRegularExpressionMethodPointcut.TypeFilter Property
The ITypeFilter for this pointcut.
[Visual Basic]
Public Overrides ReadOnly Property TypeFilter() As
ITypeFilter _
Public Get
End Get
End Property
[C#]
public override
ITypeFilter TypeFilter { public get; }
Property Value
The current ITypeFilter.
Implements
IPointcut.TypeFilter
See Also
AbstractRegularExpressionMethodPointcut Class | Spring.Aop.Support Namespace