Represents the base class for objects that have immutable behaviour.

Namespace:  PerpetuumSoft.Framework
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public abstract class Atom : ICloneable
Visual Basic (Declaration)
Public MustInherit Class Atom _
	Implements ICloneable
Visual C++
public ref class Atom abstract : ICloneable

Inheritance Hierarchy

See Also