Click or drag to resize
AlignmentInfoValidator Property
Gets or sets validation object that tests values. If this is null, any value will be accepted

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IParameterValidator Validator { get; set; }

Property Value

Type: IParameterValidator
See Also