Beispiel #1
0
        public static LLLabelInstruction Create(LLFunction pFunction, LLLabel pLabel)
        {
            LLLabelInstruction instruction = new LLLabelInstruction(pFunction);

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