Click or drag to resize
StringListValidatorAddValidValues Method
Add one or more strings to the list of valid values.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void AddValidValues(
	params string[] values
)

Parameters

values
Type: SystemString

[Missing <param name="values"/> documentation for "M:Bio.StringListValidator.AddValidValues(System.String[])"]

See Also