| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
SdkRegularExpressionMethodPointcut.Matches(String, Int32) Method
Does the pattern at the supplied patternIndex match this pattern?
[Visual Basic]
Protected Overrides Overloads Sub Matches( _
ByVal
pattern As
String, _
ByVal
patternIndex As
Integer _
)
[C#]
protected override
bool Matches(
string pattern,
int patternIndex);
Parameters
-
pattern
- The pattern to match
-
patternIndex
- The index of pattern.
Return Value
true if there is a match.
See Also
SdkRegularExpressionMethodPointcut Class | Spring.Aop.Support Namespace | SdkRegularExpressionMethodPointcut.Matches Overload List