コード例 #1
0
 /// <summary>
 /// Initializes static members of the DnaAlphabet class
 /// Set up the static instance
 /// </summary>
 static DnaAlphabet()
 {
     instance = new DnaAlphabet();
 }
コード例 #2
0
ファイル: DnaAlphabet.cs プロジェクト: Kingefosa/bio
 /// <summary>
 ///     Initializes static members of the DnaAlphabet class.
 /// </summary>
 static DnaAlphabet()
 {
     Instance = new DnaAlphabet();
 }