Class ImmutableAttribute
Class is considered to be immutable, when all fields are read-only. This makes the class safe for the multi-threaded operations.
This attribute is used as a marker for code validation that actually enforced the rule
Implements
Inherited Members
Namespace: Lokad.Quality
Assembly: Algenta.Colectica.Model.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
public sealed class ImmutableAttribute : Attribute, _Attribute