Exemplo n.º 1
0
        public static LLLabelInstruction Create(LLFunction pFunction, LLLabel pLabel)
        {
            LLLabelInstruction instruction = new LLLabelInstruction(pFunction);

            instruction.mLabel = pLabel;
            return(instruction);
        }
Exemplo n.º 2
0
 public static LLLabelInstruction Create(LLFunction pFunction, LLLabel pLabel)
 {
     LLLabelInstruction instruction = new LLLabelInstruction(pFunction);
     instruction.mLabel = pLabel;
     return instruction;
 }