CSMSL.Chemistry.Element.this C# (CSharp) Метод

this() публичный Метод

Gets an isotope of this element based on its atomic number
public this ( int atomicNumber ) : Isotope
atomicNumber int The atomic number of the isotope to get
Результат Isotope
        public Isotope this[int atomicNumber]
        {
            get { return Isotopes[atomicNumber]; }
        }