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;
        }