System.ComponentModel.ImmutableObjectAttribute
namespace System.ComponentModel
{
public sealed class ImmutableObjectAttribute : Attribute
{
public static readonly ImmutableObjectAttribute Default;
public static readonly ImmutableObjectAttribute No;
public static readonly ImmutableObjectAttribute Yes;
public bool Immutable { get; }
public ImmutableObjectAttribute(bool immutable);
}
}