System.Reflection.Metadata.CustomAttributeTypedArgument<TType> struct CustomAttributeTypedArgument<TType> Documentation Code public TType Type { get; } public object Value { get; } public CustomAttributeTypedArgument(TType type, object value)