| DnaAlphabetMapComplementNucleotide Method  | 
                Verify whether the nucleotides exist or not.
            
 
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxprotected void MapComplementNucleotide(
	byte nucleotide,
	byte complementNucleotide
)
Protected Sub MapComplementNucleotide ( 
	nucleotide As Byte,
	complementNucleotide As Byte
)
protected:
void MapComplementNucleotide(
	unsigned char nucleotide, 
	unsigned char complementNucleotide
)
member MapComplementNucleotide : 
        nucleotide : byte * 
        complementNucleotide : byte -> unit 
Parameters
- nucleotide
 - Type: SystemByte
The Nucleotide. - complementNucleotide
 - Type: SystemByte
Complement Nucleotide. 
See Also