Table of Contents

MaximumRecursion Property

Definition

Namespace
Codebelt.Extensions.YamlDotNet
Assemblies
Codebelt.Extensions.YamlDotNet.dll
Source
src/Codebelt.Extensions.YamlDotNet/YamlSerializerOptions.cs

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.