SAMRecordFieldTags Property |
List of SAM RecordFieldTags.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<SAMRecordFieldTag> Tags { get; }
Public ReadOnly Property Tags As IList(Of SAMRecordFieldTag)
Get
public:
property IList<SAMRecordFieldTag^>^ Tags {
IList<SAMRecordFieldTag^>^ get ();
}
member Tags : IList<SAMRecordFieldTag> with get
Property Value
Type:
IListSAMRecordFieldTagSee Also