Click or drag to resize
SAMAlignedSequenceHeaderSetPreValidatedRName Method
Set the name of the reference without validating it by a regular expression, useful when the same value is being repeatedly used.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void SetPreValidatedRName(
	string rName
)

Parameters

rName
Type: SystemString

[Missing <param name="rName"/> documentation for "M:Bio.IO.SAM.SAMAlignedSequenceHeader.SetPreValidatedRName(System.String)"]

See Also