Function attributed to a sequence.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<string> Function { get; }
Public ReadOnly Property Function As List(Of String)
Get
public:
property List<String^>^ Function {
List<String^>^ get ();
}
member Function : List<string> with get
Property Value
Type:
ListStringSee Also