CustomAttributeValue<TType>.FixedArguments 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取自定义属性的固定参数。
public:
 property System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::CustomAttributeTypedArgument<TType>> FixedArguments { System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::CustomAttributeTypedArgument<TType>> get(); };
	public System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeTypedArgument<TType>> FixedArguments { get; }
	member this.FixedArguments : System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeTypedArgument<'ype>>
	Public ReadOnly Property FixedArguments As ImmutableArray(Of CustomAttributeTypedArgument(Of TType))
	属性值
参数的不可变数组。