Пример #1
0
 /// <summary>
 ///     Checks of a molecule with this name is already existant.
 /// </summary>
 private IMoleculeBuilder GetMoleculeFromSpecies(string name)
 {
     return(MoleculeBuildingBlock.FirstOrDefault(mol => mol.Name == name));
 }