System.Reflection.Metadata.CustomAttributeValue<TType> struct CustomAttributeValue<TType> Documentation public ImmutableArray<CustomAttributeTypedArgument<TType>> FixedArguments { get; } public ImmutableArray<CustomAttributeNamedArgument<TType>> NamedArguments { get; } public CustomAttributeValue(ImmutableArray<CustomAttributeTypedArgument<TType>> fixedArguments, ImmutableArray<CustomAttributeNamedArgument<TType>> namedArguments)