SAMRecordField Constructor (String) |
Creates SAMRecordField with the specified type code.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public SAMRecordField(
string typecode
)
Public Sub New (
typecode As String
)
public:
SAMRecordField(
String^ typecode
)
new :
typecode : string -> SAMRecordField
Parameters
- typecode
- Type: SystemString
Type code.
See Also