| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IAdvised.Interfaces Property
Returns the collection of interface Types to be (or that are being) proxied by this proxy.
[Visual Basic]
Public MustOverride ReadOnly Property Interfaces() As
Type Public Get
End Get
End Property
[C#]
public
Type[] Interfaces { public get; }
Property Value
The collection of interface Types to be (or that are being) proxied by this proxy.
See Also
IAdvised Interface | Spring.Aop.Framework Namespace