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