AjErl.Language.Atom.Atom C# (CSharp) Method

Atom() public method

public Atom ( string name ) : System
name string
return System
        public Atom(string name)
        {
            this.name = name;
        }