次の方法で共有


CSharpSnapshotGenerator コンストラクター

定義

オーバーロード

CSharpSnapshotGenerator(CSharpHelper)
CSharpSnapshotGenerator(CSharpSnapshotGeneratorDependencies)

CSharpSnapshotGenerator クラスの新しいインスタンスを初期化します。

CSharpSnapshotGenerator(CSharpHelper)

public CSharpSnapshotGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper codeHelper);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator
Public Sub New (codeHelper As CSharpHelper)

パラメーター

codeHelper
CSharpHelper

適用対象

CSharpSnapshotGenerator(CSharpSnapshotGeneratorDependencies)

ソース:
CSharpSnapshotGenerator.cs
ソース:
CSharpSnapshotGenerator.cs
ソース:
CSharpSnapshotGenerator.cs
ソース:
CSharpSnapshotGenerator.cs
ソース:
CSharpSnapshotGenerator.cs
ソース:
CSharpSnapshotGenerator.cs
ソース:
CSharpSnapshotGenerator.cs
ソース:
CSharpSnapshotGenerator.cs
ソース:
CSharpSnapshotGenerator.cs

CSharpSnapshotGenerator クラスの新しいインスタンスを初期化します。

public CSharpSnapshotGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies dependencies);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator
Public Sub New (dependencies As CSharpSnapshotGeneratorDependencies)

パラメーター

dependencies
CSharpSnapshotGeneratorDependencies

依存関係。

適用対象