/// <summary> /// Initializes static members of the DnaAlphabet class /// Set up the static instance /// </summary> static DnaAlphabet() { instance = new DnaAlphabet(); }
/// <summary> /// Initializes static members of the DnaAlphabet class. /// </summary> static DnaAlphabet() { Instance = new DnaAlphabet(); }