| DnaAlphabetAddNucleotide Method  | 
                Add the given nucleotide symbols to this alphabet type.
            
 
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxprotected void AddNucleotide(
	byte nucleotideValue,
	string friendlyName,
	params byte[] otherPossibleValues
)
Protected Sub AddNucleotide ( 
	nucleotideValue As Byte,
	friendlyName As String,
	ParamArray otherPossibleValues As Byte()
)
protected:
void AddNucleotide(
	unsigned char nucleotideValue, 
	String^ friendlyName, 
	... array<unsigned char>^ otherPossibleValues
)
member AddNucleotide : 
        nucleotideValue : byte * 
        friendlyName : string * 
        otherPossibleValues : byte[] -> unit 
Parameters
- nucleotideValue
 - Type: SystemByte
The nucleotide Value. - friendlyName
 - Type: SystemString
User friendly name of the symbol. - otherPossibleValues
 - Type: SystemByte
The other Possible Values. 
See Also