| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AttributeMatchingPointcut Constructor
Initializes a new instance of the AttributeMatchingPointcut class for the given attribute type
[Visual Basic]
Public Overloads Sub New( _
ByVal
classAttributeType As
Type, _
ByVal
methodAttributeType As
Type _
)
Parameters
-
classAttributeType
- The attribute type to look for at the class level.
-
methodAttributeType
- The attribute type to look for at the method attribute.
See Also
AttributeMatchingPointcut Class | Spring.Aop.Support Namespace | AttributeMatchingPointcut Constructor Overload List