AttributeCodeFragment 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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>
屬性的具名引數。