IParserWithAlphabetTAlphabet Property |
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.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax IAlphabet Alphabet { get; set; }
Property Alphabet As IAlphabet
Get
Set
property IAlphabet^ Alphabet {
IAlphabet^ get ();
void set (IAlphabet^ value);
}
abstract Alphabet : IAlphabet with get, set
Property Value
Type:
IAlphabetSee Also