示例#1
0
 public static bool TryGetResidue(string name, out Residue residue)
 {
     return(ResiduesDictionary.TryGetValue(name, out residue));
 }