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

具名引數。

適用於