A class representing a single nucleotide IUPAC notation symbol. The constructor enforces validation, and all members are readonly. Therefor, all NucleotidePatternSymbol objects can only exist in a valid state.
The IUPAC nucleotide symbol
InvalidNucleotidePatternError Thrown if the pattern symbol is invalid
Readonly
A class representing a single nucleotide IUPAC notation symbol. The constructor enforces validation, and all members are readonly. Therefor, all NucleotidePatternSymbol objects can only exist in a valid state.
See