MaximumRecursion Property
Definition
- Namespace
- Codebelt.Extensions.YamlDotNet
- Assemblies
- Codebelt.Extensions.YamlDotNet.dll
MaximumRecursion
Gets or sets the maximum recursion that is allowed while traversing the object graph. The default value is 50.
public int MaximumRecursion { get; set; }
Property Value
- int
The maximum recursion that is allowed while traversing the object graph.