SequenceFeaturesGenes Property |
Returns list of Gene features.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<Gene> Genes { get; }
Public ReadOnly Property Genes As List(Of Gene)
Get
public:
property List<Gene^>^ Genes {
List<Gene^>^ get ();
}
member Genes : List<Gene> with get
Property Value
Type:
ListGeneSee Also