Gets whether this object is immutable.
    Namespace: 
   PerpetuumSoft.Framework
    Assembly:
   PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public bool IsImmutable { get; } | 
| Visual Basic (Declaration) | 
|---|
Public ReadOnly Property IsImmutable As Boolean  | 
| Visual C++ | 
|---|
public:
property bool IsImmutable {
	bool get ();
} | 
See Also