Language

CborReader.MaxDepth Property

Definition

Gets the maximum depth allowed when reading CBOR data.

public:
 property int MaxDepth { int get(); };
public int MaxDepth { get; }
member this.MaxDepth : int
Public ReadOnly Property MaxDepth As Integer

Property Value

The maximum depth allowed when reading CBOR data. The default is 64.

Applies to