Utf8JsonReader.CurrentDepth 属性

定义

获取当前标记的深度。

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

属性值

当前令牌的深度。

注解

属性 CurrentDepth 跟踪到目前为止处理的 JSON 文本中嵌套对象或数组的递归深度。

适用于