| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.InterfaceMap Property
Returns the mapping of the proxied interface Types to their delegates.
[Visual Basic]
Public Overridable ReadOnly Property InterfaceMap() As
IDictionary _
Public Get
End Get
End Property
[C#]
public virtual
IDictionary InterfaceMap { public get; }
Property Value
The mapping of the proxied interface Types to their delegates.
Implements
IAdvised.InterfaceMap
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace | InterfaceMap