Method SetImmutable
SetImmutable()
Marks the object as immutable.
public virtual void SetImmutable()
Remarks
Marks this object as immutable, meaning that the contents of its properties will not change for the lifetime of the object. This state can be set, but it cannot be cleared once it is set.