SAMParserAlphabet Property |
The alphabet to use for sequences in parsed SequenceAlignmentMap objects.
Always returns singleton instance of SAMDNAAlpabet.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IAlphabet Alphabet { get; set; }
Public Property Alphabet As IAlphabet
Get
Set
public:
property IAlphabet^ Alphabet {
IAlphabet^ get ();
void set (IAlphabet^ value);
}
member Alphabet : IAlphabet with get, set
Property Value
Type:
IAlphabetSee Also