| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
EmptyTargetSource.IsStatic Property
Is the target source static?
[Visual Basic]
Public NotOverridable ReadOnly Property IsStatic() As
Boolean _
Public Get
End Get
End Property
[C#]
public
bool IsStatic { public get; }
Property Value
true if the target source is static.
Implements
ITargetSource.IsStatic
Remarks
The Empty instance is static, and this always returns true.
See Also
EmptyTargetSource Class | Spring.Aop.Target Namespace