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