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

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