| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IIntroductionInterceptor.ImplementsInterface Method
Does this IIntroductionInterceptor implement the given interface?
[Visual Basic]
Public Sub ImplementsInterface( _
ByVal
intf As
Type _
)
[C#]
bool ImplementsInterface(
Type intf);
Parameters
-
intf
- The interface to check.
Return Value
true if this IIntroductionInterceptor implements the given interface.
See Also
IIntroductionInterceptor Interface | Spring.Aop Namespace