Click or drag to resize
SequenceParsersAll Property
Gets the list of all parsers which is supported by the framework.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static IReadOnlyList<ISequenceParser> All { get; }

Property Value

Type: IReadOnlyListISequenceParser
See Also