| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
StaticMethodMatcher.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
Always returns false.
Implements
IMethodMatcher.IsRuntime
Remarks
Always returns false.
See Also
StaticMethodMatcher Class | Spring.Aop.Support Namespace