Patcher.Rules.CodeBuilder.CodeBuilder C# (CSharp) 메소드

CodeBuilder() 공개 메소드

public CodeBuilder ( string namespaceName, string className, string comment ) : System
namespaceName string
className string
comment string
리턴 System
        public CodeBuilder(string namespaceName, string className, string comment)
        {
            this.namespaceName = namespaceName;
            this.className = className;
            this.comment = comment;
        }