System.CodeDom.Compiler.CodeGenerator.GenerateComment C# (CSharp) Méthode

GenerateComment() protected abstract méthode

protected abstract GenerateComment ( CodeComment e ) : void
e CodeComment
Résultat void
        protected abstract void GenerateComment(CodeComment e);
        protected abstract void GenerateMethodReturnStatement(CodeMethodReturnStatement e);
CodeGenerator