Click or drag to resize
RegexValidatedStringList Constructor (String)
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(
	string validationRegEx
)

Parameters

validationRegEx
Type: SystemString

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

See Also