| FastAFormatterSupportedFileTypes Property  | 
            Gets the file extension supported by this formatter.
            
 
Namespace: Bio.IO.FastAAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic string SupportedFileTypes { get; }Public ReadOnly Property SupportedFileTypes As String
	Get
public:
virtual property String^ SupportedFileTypes {
	String^ get () sealed;
}abstract SupportedFileTypes : string with get
override SupportedFileTypes : string with get
Property Value
Type: 
StringImplements
IFormatterSupportedFileTypes
See Also