Click or drag to resize
SAMParserDescription Property
Gets the description of the sequence alignment parser being implemented. This is intended to give the developer some information of the parser.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public string Description { get; }

Property Value

Type: String

Implements

IParserDescription
See Also