次の方法で共有


PropertyAccessorCodeFragment(String, IReadOnlyList<String>) コンストラクター

定義

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

public PropertyAccessorCodeFragment (string parameter, System.Collections.Generic.IReadOnlyList<string> properties);
new Microsoft.EntityFrameworkCore.Design.PropertyAccessorCodeFragment : string * System.Collections.Generic.IReadOnlyList<string> -> Microsoft.EntityFrameworkCore.Design.PropertyAccessorCodeFragment
Public Sub New (parameter As String, properties As IReadOnlyList(Of String))

パラメーター

parameter
String

ラムダのパラメーターの名前。

properties
IReadOnlyList<String>

ラムダによって表されるプロパティの一覧。

適用対象