共用方式為


CSharpMigrationCodeGenerator.WriteClassEnd(String, IndentedTextWriter) 方法

定義

為以 WriteClassStart 啟動的類別產生結尾程式碼。

protected virtual void WriteClassEnd (string namespace, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId="namespace")]
protected virtual void WriteClassEnd (string namespace, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
abstract member WriteClassEnd : string * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
override this.WriteClassEnd : string * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
Protected Overridable Sub WriteClassEnd (namespace As String, writer As IndentedTextWriter)

參數

namespace
String

應該在 中產生程式碼的命名空間。

writer
IndentedTextWriter

要加入所產生程式碼的文字寫入器。

屬性

適用於