| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractRegularExpressionMethodPointcut.Patterns Property
The regular expressions defining methods to match.
[Visual Basic]
Public Overridable Property Patterns() As
Object Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual
object[] Patterns { public get; public set; }
Remarks
Matching will be the union of all these; if any match, the pointcut matches.
See Also
AbstractRegularExpressionMethodPointcut Class | Spring.Aop.Support Namespace