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