SequenceFeaturesMiscBindings Property |
Returns list of MiscBinding (misc_binding) features.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<MiscBinding> MiscBindings { get; }
Public ReadOnly Property MiscBindings As List(Of MiscBinding)
Get
public:
property List<MiscBinding^>^ MiscBindings {
List<MiscBinding^>^ get ();
}
member MiscBindings : List<MiscBinding> with get
Property Value
Type:
ListMiscBindingSee Also