Gets the list of paired reads.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public virtual IList<SAMAlignedSequence> Reads { get; }
Public Overridable ReadOnly Property Reads As IList(Of SAMAlignedSequence)
Get
public:
virtual property IList<SAMAlignedSequence^>^ Reads {
IList<SAMAlignedSequence^>^ get ();
}
abstract Reads : IList<SAMAlignedSequence> with get
override Reads : IList<SAMAlignedSequence> with get
Property Value
Type:
IListSAMAlignedSequenceSee Also