次の方法で共有


AttributeCodeFragment コンストラクター

定義

オーバーロード

AttributeCodeFragment(Type, Object[])

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

AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>)

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

AttributeCodeFragment(Type, Object[])

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

public AttributeCodeFragment (Type type, params object[] arguments);
public AttributeCodeFragment (Type type, params object?[] arguments);
new Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment : Type * obj[] -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
Public Sub New (type As Type, ParamArray arguments As Object())

パラメーター

type
Type

属性の CLR 型。

arguments
Object[]

属性の引数。

適用対象

AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>)

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

public AttributeCodeFragment (Type type, System.Collections.Generic.IEnumerable<object?> arguments, System.Collections.Generic.IDictionary<string,object?> namedArguments);
new Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment : Type * seq<obj> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
Public Sub New (type As Type, arguments As IEnumerable(Of Object), namedArguments As IDictionary(Of String, Object))

パラメーター

type
Type

属性の CLR 型。

arguments
IEnumerable<Object>

属性の位置引数。

namedArguments
IDictionary<String,Object>

属性の名前付き引数。

適用対象