System.Reflection.Metadata.CustomAttributeNamedArgument<TType> struct CustomAttributeNamedArgument<TType> Documentation Code public CustomAttributeNamedArgumentKind Kind { get; } public string Name { get; } public TType Type { get; } public object Value { get; } public CustomAttributeNamedArgument(string name, CustomAttributeNamedArgumentKind kind, TType type, object value)