Ejemplo n.º 1
0
        public static LLCommentInstruction Create(LLFunction pFunction, string pComment)
        {
            LLCommentInstruction instruction = new LLCommentInstruction(pFunction);

            instruction.mComment = pComment;
            return(instruction);
        }
Ejemplo n.º 2
0
 public static LLCommentInstruction Create(LLFunction pFunction, string pComment)
 {
     LLCommentInstruction instruction = new LLCommentInstruction(pFunction);
     instruction.mComment = pComment;
     return instruction;
 }