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