Click or drag to resize
RegexValidatedStringList Constructor (Regex)
Initialize a list with a regular expression that all items must conform to.

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public RegexValidatedStringList(
	Regex validationRegEx
)

Parameters

validationRegEx
Type: System.Text.RegularExpressionsRegex

[Missing <param name="validationRegEx"/> documentation for "M:Bio.IO.BAM.RegexValidatedStringList.#ctor(System.Text.RegularExpressions.Regex)"]

See Also