SAMAlignmentHeaderComments Property |
List of comment headers.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<string> Comments { get; }
Public ReadOnly Property Comments As IList(Of String)
Get
public:
property IList<String^>^ Comments {
IList<String^>^ get ();
}
member Comments : IList<string> with get
Property Value
Type:
IListStringSee Also