| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
DynamicMethodMatcher.IsRuntime Property
Is this IMethodMatcher dynamic?
[Visual Basic]
Public Overridable ReadOnly Property IsRuntime() As
Boolean _
Public Get
End Get
End Property
[C#]
public virtual
bool IsRuntime { public get; }
Property Value
Always returns true, to specify that this is a dynamic matcher.
Implements
IMethodMatcher.IsRuntime
See Also
DynamicMethodMatcher Class | Spring.Aop.Support Namespace