| SequenceFeaturesMiscRNAs Property  | 
            Returns list of MiscRNA (misc_RNA) features.
            
 
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic List<MiscRna> MiscRNAs { get; }Public ReadOnly Property MiscRNAs As List(Of MiscRna)
	Get
public:
property List<MiscRna^>^ MiscRNAs {
	List<MiscRna^>^ get ();
}member MiscRNAs : List<MiscRna> with get
Property Value
Type: 
ListMiscRna
See Also