SAMAlignmentHeaderRecordFields Property |
List of record fields.
It holds all available record fields except comments.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<SAMRecordField> RecordFields { get; }
Public ReadOnly Property RecordFields As IList(Of SAMRecordField)
Get
public:
property IList<SAMRecordField^>^ RecordFields {
IList<SAMRecordField^>^ get ();
}
member RecordFields : IList<SAMRecordField> with get
Property Value
Type:
IListSAMRecordFieldSee Also