Bagikan melalui


AttributeCodeFragment Konstruktor

Definisi

Overload

AttributeCodeFragment(Type, Object[])

Sumber:
AttributeCodeFragment.cs
Sumber:
AttributeCodeFragment.cs
Sumber:
AttributeCodeFragment.cs
Sumber:
AttributeCodeFragment.cs
Sumber:
AttributeCodeFragment.cs

Menginisialisasi instans baru kelas 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())

Parameter

type
Type

Jenis CLR atribut.

arguments
Object[]

Argumen atribut.

Berlaku untuk

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

Sumber:
AttributeCodeFragment.cs
Sumber:
AttributeCodeFragment.cs
Sumber:
AttributeCodeFragment.cs

Menginisialisasi instans baru kelas 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))

Parameter

type
Type

Jenis CLR atribut.

arguments
IEnumerable<Object>

Argumen posisi atribut.

namedArguments
IDictionary<String,Object>

Argumen bernama atribut.

Berlaku untuk