IsInheritable
Gets or sets a value indicating whether this contract should be inherited to derived types or overriding members.
When this property is not set, its default value is read from ContractOptions. When no value
is defined in ContractOptions, the default value of this property is true
.
Declaration
public bool IsInheritable { get; init; }
Property Value
Type | Description |
---|---|
bool |