Click or drag to resize
SAMRecordFieldTag Constructor
Creates new SAMRecordFieldTag instance.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public SAMRecordFieldTag(
	string tag,
	string value
)

Parameters

tag
Type: SystemString
Record field tag.
value
Type: SystemString
Record field value.
See Also