MetalamaAPI documentationPatterns APIMetalama.​Patterns.​ContractsContract­OptionsIs­Inheritable
Open sandboxFocus

ContractOptions.IsInheritable Property

IsInheritable

Gets or sets a value indicating whether the contracts are inheritable by default. The default value is true. This option can also be configured for each aspect using the IsInheritable property of the aspect class.

Declaration
public Nullable<bool> IsInheritable { get; set; }
Property Value
Type Description
Nullable<Boolean>