Boo.Lang.Compiler.Steps.EmitAssembly.EmitBox C# (CSharp) Method

EmitBox() private method

private EmitBox ( IType type ) : void
type IType
return void
        void EmitBox(IType type)
        {
            _il.Emit(OpCodes.Box, GetSystemType(type));
        }
EmitAssembly