CustomAttributeValue<TType> 생성자

정의

지정된 고정 인수 및 명명된 인수를 사용하여 CustomAttributeValue<TType> 구조체의 새 인스턴스를 초기화합니다.

public:
 CustomAttributeValue(System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::CustomAttributeTypedArgument<TType>> fixedArguments, System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::CustomAttributeNamedArgument<TType>> namedArguments);
public CustomAttributeValue (System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeTypedArgument<TType>> fixedArguments, System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeNamedArgument<TType>> namedArguments);
new System.Reflection.Metadata.CustomAttributeValue<'ype> : System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeTypedArgument<'ype>> * System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeNamedArgument<'ype>> -> System.Reflection.Metadata.CustomAttributeValue<'ype>
Public Sub New (fixedArguments As ImmutableArray(Of CustomAttributeTypedArgument(Of TType)), namedArguments As ImmutableArray(Of CustomAttributeNamedArgument(Of TType)))

매개 변수

fixedArguments
ImmutableArray<CustomAttributeTypedArgument<TType>>

고정 인수입니다.

namedArguments
ImmutableArray<CustomAttributeNamedArgument<TType>>

명명된 인수입니다.

적용 대상