Exemplo n.º 1
0
        public IEnumerable <IInstruction> BoxPrimitive(IType type)
        {
            var code = new AbcCode(_abc);

            code.BoxPrimitive(type);
            return(code);
        }