WhatIfJsonFormatter.FormatPath(String, Int32, Int32, Action, Action) Method

Definition

protected void FormatPath (string path, int paddingWidth, int indentLevel, Action formatHead = default, Action formatTail = default);
member this.FormatPath : string * int * int * Action * Action -> unit
Protected Sub FormatPath (path As String, paddingWidth As Integer, indentLevel As Integer, Optional formatHead As Action = Nothing, Optional formatTail As Action = Nothing)

Parameters

path
String
paddingWidth
Int32
indentLevel
Int32
formatHead
Action
formatTail
Action

Applies to