SequenceParsersAll Property |
Gets the list of all parsers 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<ISequenceParser> All { get; }
Public Shared ReadOnly Property All As IReadOnlyList(Of ISequenceParser)
Get
public:
static property IReadOnlyList<ISequenceParser^>^ All {
IReadOnlyList<ISequenceParser^>^ get ();
}
static member All : IReadOnlyList<ISequenceParser> with get
Property Value
Type:
IReadOnlyListISequenceParserSee Also