System.CodeDom.Compiler.CodeGenerator.GenerateComment C# (CSharp) Method

GenerateComment() protected abstract method

protected abstract GenerateComment ( CodeComment e ) : void
e CodeComment
return void
        protected abstract void GenerateComment(CodeComment e);
        protected abstract void GenerateMethodReturnStatement(CodeMethodReturnStatement e);
CodeGenerator