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