Click or drag to resize
IParserContext Interface
Context for managing file import. After import this contains all data associated in the file.

Namespace: Bio.IO.AppliedBiosystems.DataParsers
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public interface IParserContext

The IParserContext type exposes the following members.

Properties
  NameDescription
Public propertyAlphabet
Alphabet to use when creating sequences
Public propertyDataItems
Data found within the abi file.
Public propertyHeader
Header identifying the abi file version.
Public propertyReader
File reader.
Top
See Also