1 write to Values
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\DeniedValuesAttribute.cs (1)
23
Values
= values;
3 references to Values
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\DeniedValuesAttribute.cs (3)
37
/// <see langword="true" /> if none of the <see cref="
Values
"/> are equal to <paramref name="value"/>,
42
/// provided that <see langword="null"/> is not specified in any of the <see cref="
Values
"/>.
46
foreach (object? denied in
Values
)