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