CustomAttributeTypedArgument<TType>(TType, Object) 생성자

정의

지정된 인수 형식 및 값을 사용하여 CustomAttributeTypedArgument<TType> 구조체의 새 인스턴스를 초기화합니다.

public:
 CustomAttributeTypedArgument(TType type, System::Object ^ value);
public CustomAttributeTypedArgument (TType type, object? value);
public CustomAttributeTypedArgument (TType type, object value);
new System.Reflection.Metadata.CustomAttributeTypedArgument<'ype> : 'ype * obj -> System.Reflection.Metadata.CustomAttributeTypedArgument<'ype>
Public Sub New (type As TType, value As Object)

매개 변수

type
TType

인수 형식입니다.

value
Object

인수 값입니다.

적용 대상