GZipParserTP, TName Property |
Gets the name of the parser being implemented.
This is intended to give the developer name of the parser.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string Name { get; }
Public ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () sealed;
}
abstract Name : string with get
override Name : string with get
Property Value
Type:
StringImplements
IParserNameSee Also