Class ImmutableAttribute
The Immutable attribute indicates that instances of the marked class or struct are never modified after they are created.
Inheritance
System.Object
ImmutableAttribute
Namespace: Orleans.Concurrency
Assembly: Orleans.Core.Abstractions.dll
Syntax
public sealed class ImmutableAttribute : Attribute
Remarks
Note that this implies that sub-objects are also not modified after the instance is created.