ValidationContext.IsUndefined

IsUndefined<T>(ValueLocation, T)

public ValidationContext IsUndefined<T>(ValueLocation parameterName, T value)
    where T : class

See Also


IsUndefined<T>(ValueLocation, T?)

public ValidationContext IsUndefined<T>(ValueLocation parameterName, T? value)
    where T : struct

See Also