CSMSL.Chemistry.PeriodicTable.PeriodicTable C# (CSharp) Method

PeriodicTable() static private method

static private PeriodicTable ( ) : System
return System
        static PeriodicTable()
        {
            UserPerodicTablePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), @"CSMSL\Elements.xml");

            _elements = new Dictionary<string, Element>();

            Load();
        }