다음을 통해 공유


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>

특성의 명명된 인수입니다.

적용 대상