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