Condividi tramite


CodeGenerator.GenerateCommentStatements Metodo

Definizione

Genera il codice per le istruzioni di commento specificate.

protected:
 virtual void GenerateCommentStatements(System::CodeDom::CodeCommentStatementCollection ^ e);
protected virtual void GenerateCommentStatements (System.CodeDom.CodeCommentStatementCollection e);
abstract member GenerateCommentStatements : System.CodeDom.CodeCommentStatementCollection -> unit
override this.GenerateCommentStatements : System.CodeDom.CodeCommentStatementCollection -> unit
Protected Overridable Sub GenerateCommentStatements (e As CodeCommentStatementCollection)

Parametri

e
CodeCommentStatementCollection

Espressione per cui generare il codice.

Si applica a

Vedi anche