Table of Contents

Method SetImmutable

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetImmutable()

Marks the object as immutable.

public 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.