Click or drag to resize
SequenceRangeParsers Class
SequenceRangeParsers class is an abstraction class which provides instances and lists of all Range-Parsers currently supported by .NET Bio.
Inheritance Hierarchy
SystemObject
  Bio.IOSequenceRangeParsers

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static class SequenceRangeParsers

The SequenceRangeParsers type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAll
Gets the list of all Range-parsers which is supported by the framework.
Public propertyStatic memberBed
Gets an instance of BedParser class which is capable of parsing BED format files.
Top
See Also