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