Gets the type of parser.
This is intended to give developers name of the parser.
Namespace: Bio.IO.FastQAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public virtual string Name { get; }
Public Overridable ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get ();
}
abstract Name : string with get
override Name : string with get
Property Value
Type:
StringImplements
IParserNameSee Also