SparseSequenceAlphabet Property |
The alphabet to which string representations of the sequence should
conform.
Namespace: BioAssembly: 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:
virtual property IAlphabet^ Alphabet {
IAlphabet^ get () sealed;
void set (IAlphabet^ value) sealed;
}
abstract Alphabet : IAlphabet with get, set
override Alphabet : IAlphabet with get, set
Property Value
Type:
IAlphabetImplements
ISequenceAlphabetSee Also