Beispiel #1
0
        public static HLLabelInstruction Create(HLMethod pMethod, HLLabel pLabel)
        {
            HLLabelInstruction instruction = new HLLabelInstruction(pMethod);

            instruction.mLabel = pLabel;
            return(instruction);
        }
 public static HLLabelInstruction Create(HLMethod pMethod, HLLabel pLabel)
 {
     HLLabelInstruction instruction = new HLLabelInstruction(pMethod);
     instruction.mLabel = pLabel;
     return instruction;
 }