Ejemplo n.º 1
0
            public Instruction BoxIfIndexMatches(int index)
            {
                if (index == _index)
                {
                    return(InstructionList.ParameterBox(index));
                }

                return(null);
            }