| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
DefaultIntroductionAdvisor.Interfaces Property
Gets the interfaces introduced by this IAdvisor.
[Visual Basic]
Public Overridable ReadOnly Property Interfaces() As
Type _
Public Get
End Get
End Property
[C#]
public virtual
Type[] Interfaces { public get; }
Property Value
The interfaces introduced by this IAdvisor.
Implements
IIntroductionAdvisor.Interfaces
See Also
DefaultIntroductionAdvisor Class | Spring.Aop.Support Namespace