Validator Property
Gets or sets the validator.
public Func<T, ValidationResult> Validator { get; set; }
- Namespace
- Spectre
.Console - Containing Type
- TextPrompt
<T> - Property Type
- Func
<T, ValidationResult>
public Func<T, ValidationResult> Validator { get; set; }