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