QualitativeSequenceAlphabet Property |
Gets the alphabet to which symbols in this sequence belongs to.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IAlphabet Alphabet { get; }
Public ReadOnly Property Alphabet As IAlphabet
Get
public:
virtual property IAlphabet^ Alphabet {
IAlphabet^ get () sealed;
}
abstract Alphabet : IAlphabet with get
override Alphabet : IAlphabet with get
Property Value
Type:
IAlphabetImplements
ISequenceAlphabetSee Also