| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAopProxyMethodBuilder.EmitUnboxIfNeeded Method
Emits MSIL instructions to convert the boxed representation of the supplied type to its unboxed form.
[Visual Basic]
Protected Shared Sub EmitUnboxIfNeeded( _
ByVal
il As
ILGenerator, _
ByVal
type As
Type _
)
Parameters
-
il
- The IL generator to use.
-
type
- The type specified in the instruction.
See Also
AbstractAopProxyMethodBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace