| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
TrueMethodMatcher.IsRuntime Property
Is this IMethodMatcher dynamic?
[Visual Basic]
Public NotOverridable ReadOnly Property IsRuntime() As
Boolean _
Public Get
End Get
End Property
[C#]
public
bool IsRuntime { public get; }
Property Value
true if this IMethodMatcher is dynamic.
Implements
IMethodMatcher.IsRuntime
See Also
TrueMethodMatcher Class | Spring.Aop Namespace | IsRuntime