Open sandboxFocus

Property InheritedByNestedTypes

InheritedByNestedTypes

Gets or sets a value indicating whether the options are inherited from the enclosing type to the nested types. The default value is true.

Declaration
public bool InheritedByNestedTypes { get; init; }
Property Value
Type Description
bool

true if options set on a type apply to types nested within it (unless overridden); otherwise, false.