GenBankMetadataComments Property |
Cross-references to other sequence entries, comparisons to
other collections, notes of changes in LOCUS names, and other remarks.
Namespace: Bio.IO.GenBankAssembly: 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