| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
Pointcuts.Union Method
Creates a union of the two supplied pointcuts.
[Visual Basic]
Public Shared Sub Union( _
ByVal
firstPointcut As
IPointcut, _
ByVal
secondPointcut As
IPointcut _
)
Parameters
-
firstPointcut
- The first pointcut.
-
secondPointcut
- The second pointcut.
Return Value
The union of the two supplied pointcuts.
See Also
Pointcuts Class | Spring.Aop.Support Namespace | UnionPointcut