MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeWriteabilityConstructor­Only
Open sandboxFocus

Writeability.ConstructorOnly Field

The field or property can only be set from the constructor (e.g. it is a readonly field or an automatic property with a sole get accessor).

Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
public const Writeability ConstructorOnly
Returns
Type Description
Writeability