GetBlockIndentation() public method

public GetBlockIndentation ( UnparsableAst leftTerminalLeaveIfAny, UnparsableAst target ) : BlockIndentation
leftTerminalLeaveIfAny UnparsableAst
target UnparsableAst
return BlockIndentation
Esempio n. 1
0
 private BlockIndentation _GetBlockIndentation(UnparsableAst leftIfAny, UnparsableAst target)
 {
     return(formatter.GetBlockIndentation(leftIfAny, target));
 }