| SequenceFeaturesMiscFeatures Property  | 
            Returns list of MiscFeature (misc_feature) features.
            
 
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic List<MiscFeature> MiscFeatures { get; }Public ReadOnly Property MiscFeatures As List(Of MiscFeature)
	Get
public:
property List<MiscFeature^>^ MiscFeatures {
	List<MiscFeature^>^ get ();
}member MiscFeatures : List<MiscFeature> with get
Property Value
Type: 
ListMiscFeature
See Also