SAMRecordFieldTag Constructor |
Creates new SAMRecordFieldTag instance.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public SAMRecordFieldTag(
string tag,
string value
)
Public Sub New (
tag As String,
value As String
)
public:
SAMRecordFieldTag(
String^ tag,
String^ value
)
new :
tag : string *
value : string -> SAMRecordFieldTag
Parameters
- tag
- Type: SystemString
Record field tag. - value
- Type: SystemString
Record field value.
See Also