Aracılığıyla paylaş


AttributeCodeFragment Oluşturucular

Tanım

Aşırı Yüklemeler

AttributeCodeFragment(Type, Object[])

Kaynak:
AttributeCodeFragment.cs
Kaynak:
AttributeCodeFragment.cs
Kaynak:
AttributeCodeFragment.cs
Kaynak:
AttributeCodeFragment.cs
Kaynak:
AttributeCodeFragment.cs

AttributeCodeFragment sınıfının yeni bir örneğini başlatır.

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())

Parametreler

type
Type

Özniteliğin CLR türü.

arguments
Object[]

Özniteliğin bağımsız değişkenleri.

Şunlara uygulanır

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

Kaynak:
AttributeCodeFragment.cs
Kaynak:
AttributeCodeFragment.cs
Kaynak:
AttributeCodeFragment.cs

AttributeCodeFragment sınıfının yeni bir örneğini başlatır.

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))

Parametreler

type
Type

Özniteliğin CLR türü.

arguments
IEnumerable<Object>

Özniteliğin konumsal bağımsız değişkenleri.

namedArguments
IDictionary<String,Object>

Özniteliğin adlandırılmış bağımsız değişkenleri.

Şunlara uygulanır