| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAopProxyMethodBuilder.EndMethod Method
Ends method by returning return value if appropriate.
[Visual Basic]
Protected Overridable Sub EndMethod( _
ByVal
il As
ILGenerator, _
ByVal
method As
MethodInfo _
)
Parameters
-
il
- The IL generator to use.
-
method
- The method to proxy.
See Also
AbstractAopProxyMethodBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace