GenerateObjectSettingsMaxRecursionLevel Property

Gets or sets the maximum level of allowed recursion when generating objects, which contain members or elements of assignable types from their container types.
Default value: 1.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public int MaxRecursionLevel { get; set; }

Property Value

Int32

See Also