Esempio n. 1
0
        public void ReadXml(XmlReader reader)
        {
            // Read tag attributes
            IsotopeSymbol = reader.GetAttribute(ATTR.symbol);

            // Consume tag
            AtomPercentEnrichment = reader.ReadElementContentAsDoubleInvariant();

            DoValidate();
        }
Esempio n. 2
0
        public void ReadXml(XmlReader reader)
        {
            // Read tag attributes
            IsotopeSymbol = reader.GetAttribute(ATTR.symbol);

            // Consume tag
            AtomPercentEnrichment = reader.ReadElementContentAsDoubleInvariant();

            DoValidate();
        }