| SequenceFeaturesAll Property  | 
            Lists all features.
            
 
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic List<FeatureItem> All { get; }Public ReadOnly Property All As List(Of FeatureItem)
	Get
public:
property List<FeatureItem^>^ All {
	List<FeatureItem^>^ get ();
}member All : List<FeatureItem> with get
Property Value
Type: 
ListFeatureItem
See Also