Click or drag to resize
IParserWithAlphabetT Interface
Extends IParser to include an alphabet

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public interface IParserWithAlphabet<out T> : IParser<T>, 
	IParser

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Bio.IO.IParserWithAlphabet`1"]

The IParserWithAlphabetT type exposes the following members.

Properties
  NameDescription
Public propertyAlphabet
Gets or sets the alphabet to use for parsed data objects. If this is not set, the alphabet will be determined based on the file being parsed.
Public propertyDescription
Gets the description of the parser being implemented. This is intended to give the developer some information of the parser.
(Inherited from IParser.)
Public propertyName
Gets the name of the parser being implemented. This is intended to give the developer name of the parser.
(Inherited from IParser.)
Public propertySupportedFileTypes
Gets the file extensions that the parser supports. If multiple extensions are supported then this property will return a string containing all extensions with a ',' delimited.
(Inherited from IParser.)
Top
Methods
See Also