Namespace:
NHibernate.Bytecode
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub EmitBoxIfNeeded ( _ il As ILGenerator, _ type As Type _ ) |
C# |
---|
public static void EmitBoxIfNeeded( ILGenerator il, Type type ) |
Visual C++ |
---|
public: static void EmitBoxIfNeeded( ILGenerator^ il, Type^ type ) |
JavaScript |
---|
NHibernate.Bytecode.EmitUtil.emitBoxIfNeeded = function(il, type); |