Atom Base Class

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
[SerializableAttribute]
public sealed class Atom : ChemicalBase, ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class Atom _
	Inherits ChemicalBase _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class Atom sealed : public ChemicalBase, 
	ICloneable

Inheritance Hierarchy

See Also