共用方式為


AttributeCodeFragment 建構函式

定義

多載

AttributeCodeFragment(Type, Object[])

初始化 AttributeCodeFragment 類別的新執行個體。

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

初始化 AttributeCodeFragment 類別的新執行個體。

AttributeCodeFragment(Type, Object[])

來源:
AttributeCodeFragment.cs
來源:
AttributeCodeFragment.cs
來源:
AttributeCodeFragment.cs
來源:
AttributeCodeFragment.cs
來源:
AttributeCodeFragment.cs

初始化 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.cs
來源:
AttributeCodeFragment.cs
來源:
AttributeCodeFragment.cs

初始化 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>

屬性的具名引數。

適用於