次の方法で共有


ConstructorBinding コンストラクター

定義

新しい ConstructorBinding のインスタンスを作成します。

public ConstructorBinding (System.Reflection.ConstructorInfo constructor, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding> parameterBindings);
new Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding : System.Reflection.ConstructorInfo * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding> -> Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding
Public Sub New (constructor As ConstructorInfo, parameterBindings As IReadOnlyList(Of ParameterBinding))

パラメーター

constructor
ConstructorInfo

使用するコンストラクター。

parameterBindings
IReadOnlyList<ParameterBinding>

バインドするパラメーター。

適用対象