FastQParserSupportedFileTypes Property |
Gets a comma separated values of the possible FastQ
file extensions.
Namespace: Bio.IO.FastQAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public virtual string SupportedFileTypes { get; }
Public Overridable ReadOnly Property SupportedFileTypes As String
Get
public:
virtual property String^ SupportedFileTypes {
String^ get ();
}
abstract SupportedFileTypes : string with get
override SupportedFileTypes : string with get
Property Value
Type:
StringImplements
IParserSupportedFileTypesSee Also