Table of Contents

Interface IFreezable

Namespace
ICSharpCode.Decompiler.TypeSystem
Assembly
ICSharpCode.Decompiler.dll
public interface IFreezable

Properties

IsFrozen

Gets if this instance is frozen. Frozen instances are immutable and thus thread-safe.

bool IsFrozen { get; }

Property Value

bool

Methods

Freeze()

Freezes this instance.

void Freeze()