Aracılığıyla paylaş


CodeGenerator.GenerateMethod(CodeMemberMethod, CodeTypeDeclaration) Yöntem

Tanım

Belirtilen yöntem için kod oluşturur.

protected:
 abstract void GenerateMethod(System::CodeDom::CodeMemberMethod ^ e, System::CodeDom::CodeTypeDeclaration ^ c);
protected abstract void GenerateMethod (System.CodeDom.CodeMemberMethod e, System.CodeDom.CodeTypeDeclaration c);
abstract member GenerateMethod : System.CodeDom.CodeMemberMethod * System.CodeDom.CodeTypeDeclaration -> unit
Protected MustOverride Sub GenerateMethod (e As CodeMemberMethod, c As CodeTypeDeclaration)

Parametreler

e
CodeMemberMethod

Için kod oluşturulacak üye yöntemi.

c
CodeTypeDeclaration

Bu yöntemin üzerinde gerçekleştiği nesnenin türü.

Şunlara uygulanır

Ayrıca bkz.