SequenceFormattersAll Property |
Gets the list of all formatters which is supported by the framework.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static IReadOnlyList<ISequenceFormatter> All { get; }
Public Shared ReadOnly Property All As IReadOnlyList(Of ISequenceFormatter)
Get
public:
static property IReadOnlyList<ISequenceFormatter^>^ All {
IReadOnlyList<ISequenceFormatter^>^ get ();
}
static member All : IReadOnlyList<ISequenceFormatter> with get
Property Value
Type:
IReadOnlyListISequenceFormatterSee Also