| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.Advisors Property
Returns the collection of IAdvisor instances that have been applied to this proxy.
[Visual Basic]
Public Overridable ReadOnly Property Advisors() As
IAdvisor _
Public Get
End Get
End Property
[C#]
public virtual
IAdvisor[] Advisors { public get; }
Property Value
The collection of IAdvisor instances that have been applied to this proxy.
Implements
IAdvised.Advisors
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace | Advisors