StandardQualifierNamesAll Property |
Returns a list of standard qualifier names.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static IReadOnlyList<string> All { get; }
Public Shared ReadOnly Property All As IReadOnlyList(Of String)
Get
public:
static property IReadOnlyList<String^>^ All {
IReadOnlyList<String^>^ get ();
}
static member All : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListStringSee Also