Beispiel #1
0
        private static void MakeReferencesExplicitForIsotope(IIsotope isotope)
        {
            int selfCounter = 0;

            isotope.SetProperty(prefix + ":self:" + selfCounter++, "chemical:isotope");
        }