SequenceRangeParsersBed Property |
Gets an instance of BedParser class which is capable of
parsing BED format files.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static BedParser Bed { get; }
Public Shared ReadOnly Property Bed As BedParser
Get
public:
static property BedParser^ Bed {
BedParser^ get ();
}
static member Bed : BedParser with get
Property Value
Type:
BedParserSee Also