FeatureItemQualifiers Property |
Gets the dictionary of attributes.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Dictionary<string, List<string>> Qualifiers { get; }
Public ReadOnly Property Qualifiers As Dictionary(Of String, List(Of String))
Get
public:
property Dictionary<String^, List<String^>^>^ Qualifiers {
Dictionary<String^, List<String^>^>^ get ();
}
member Qualifiers : Dictionary<string, List<string>> with get
Property Value
Type:
DictionaryString,
ListStringSee Also