IsAnyInstanceImmutable
Determines whether any instance of this type or of any derived class is immutable.
Declaration
public virtual bool IsAnyInstanceImmutable { get; }Property Value
| Type | Description |
|---|---|
| bool |
Remarks
If the type is immutable but can have non-immutable instances of a derived type, the IsImmutable property shall be true but the IsAnyInstanceImmutable property shall be true.