Share via


CodeWriter.IncreaseIndent(Int32) Method

Definition

public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CodeWriter ^ IncreaseIndent(int size);
public Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter IncreaseIndent (int size);
member this.IncreaseIndent : int -> Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter
Public Function IncreaseIndent (size As Integer) As CodeWriter

Parameters

size
Int32

Returns

Applies to